[asterisk-commits] pcadach: branch pcadach/chan_h323-live r42602 -
/team/pcadach/chan_h323-live/...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Sep 9 13:34:26 MST 2006
Author: pcadach
Date: Sat Sep 9 15:34:26 2006
New Revision: 42602
URL: http://svn.digium.com/view/asterisk?rev=3D42602&view=3Drev
Log:
Specify include directive with relative path from current directory
Modified:
team/pcadach/chan_h323-live/channels/h323/Makefile
team/pcadach/chan_h323-live/channels/h323/Makefile.in
Modified: team/pcadach/chan_h323-live/channels/h323/Makefile
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channe=
ls/h323/Makefile?rev=3D42602&r1=3D42601&r2=3D42602&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- team/pcadach/chan_h323-live/channels/h323/Makefile (original)
+++ team/pcadach/chan_h323-live/channels/h323/Makefile Sat Sep 9 15:34:26 =
2006
@@ -10,7 +10,7 @@
=
# Verify those options with main Makefile
STDCCFLAGS =3D -DNDEBUG
-STDCCFLAGS +=3D -I../../include -include asterisk/autoconfig.h
+STDCCFLAGS +=3D -I../../include -include ../../include/asterisk/autoconfig=
.h
STDCCFLAGS +=3D -fPIC
#OPTCCFLAGS +=3D
CFLAGS =3D -pipe
Modified: team/pcadach/chan_h323-live/channels/h323/Makefile.in
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channe=
ls/h323/Makefile.in?rev=3D42602&r1=3D42601&r2=3D42602&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- team/pcadach/chan_h323-live/channels/h323/Makefile.in (original)
+++ team/pcadach/chan_h323-live/channels/h323/Makefile.in Sat Sep 9 15:34:=
26 2006
@@ -10,7 +10,7 @@
=
# Verify those options with main Makefile
STDCCFLAGS =3D -DNDEBUG
-STDCCFLAGS +=3D -I../../include -include asterisk/autoconfig.h
+STDCCFLAGS +=3D -I../../include -include ../../include/asterisk/autoconfig=
.h
STDCCFLAGS +=3D -fPIC
#OPTCCFLAGS +=3D
CFLAGS =3D -pipe
More information about the asterisk-commits
mailing list