[asterisk-commits] trunk r20296 - /trunk/channels/h323/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Apr 15 08:33:02 MST 2006


Author: russell
Date: Sat Apr 15 10:33:00 2006
New Revision: 20296

URL: http://svn.digium.com/view/asterisk?rev=20296&view=rev
Log:
include autoconfig.h (casper)

Modified:
    trunk/channels/h323/Makefile

Modified: trunk/channels/h323/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/Makefile?rev=20296&r1=20295&r2=20296&view=diff
==============================================================================
--- trunk/channels/h323/Makefile (original)
+++ trunk/channels/h323/Makefile Sat Apr 15 10:33:00 2006
@@ -7,7 +7,7 @@
 # Verify those options with main Makefile
 STDCCFLAGS	+= -DNDEBUG
 STDCCFLAGS	+= $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_THREADS[ 	]*=//" -e "s/\([^\#]*\)\#.*/\1/")
-STDCCFLAGS	+= -I../../include
+STDCCFLAGS	+= -I../../include -include autoconfig.h
 STDCCFLAGS	+= -Wmissing-prototypes
 STDCCFLAGS	+= -fPIC
 #OPTCCFLAGS	+=



More information about the asterisk-commits mailing list