[svn-commits] branch group/autoconf_and_menuselect r20298 - /team/group/autoconf_and_menuse...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 15 08:36:38 MST 2006


Author: russell
Date: Sat Apr 15 10:36:36 2006
New Revision: 20298

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

Modified:
    team/group/autoconf_and_menuselect/channels/h323/Makefile

Modified: team/group/autoconf_and_menuselect/channels/h323/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/channels/h323/Makefile?rev=20298&r1=20297&r2=20298&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/channels/h323/Makefile (original)
+++ team/group/autoconf_and_menuselect/channels/h323/Makefile Sat Apr 15 10:36:36 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 svn-commits mailing list