From: Russell Bryant Date: Sat, 15 Apr 2006 15:33:00 +0000 (+0000) Subject: include autoconfig.h (casper) X-Git-Tag: 1.4.0-beta1~1959 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aade174330863df9b401fc0a9a982653287b0697;p=thirdparty%2Fasterisk.git include autoconfig.h (casper) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20296 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/h323/Makefile b/channels/h323/Makefile index 0e9266164e..c7d0d34829 100644 --- a/channels/h323/Makefile +++ b/channels/h323/Makefile @@ -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 +=