[svn-commits] trunk r20297 - /trunk/channels/h323/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 15 08:34:59 MST 2006


Author: russell
Date: Sat Apr 15 10:34:57 2006
New Revision: 20297

URL: http://svn.digium.com/view/asterisk?rev=20297&view=rev
Log:
Big oops.  I did this from my trunk directory instead of autoconf_and_menuselect ...

Modified:
    trunk/channels/h323/Makefile

Modified: trunk/channels/h323/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/Makefile?rev=20297&r1=20296&r2=20297&view=diff
==============================================================================
--- trunk/channels/h323/Makefile (original)
+++ trunk/channels/h323/Makefile Sat Apr 15 10:34:57 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 -include autoconfig.h
+STDCCFLAGS	+= -I../../include
 STDCCFLAGS	+= -Wmissing-prototypes
 STDCCFLAGS	+= -fPIC
 #OPTCCFLAGS	+=



More information about the svn-commits mailing list