aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 15:33:00 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 15:33:00 +0000
commit819a4cf799b06dbd873b30ddfbf2c0445cf1ba46 (patch)
tree740897196f53879ee2cd7cc007f2265998a35bf9 /channels/h323
parentd4561ff1d1c89af3182a7e0e05438b49c102b43f (diff)
include autoconfig.h (casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20296 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index 0e9266164..c7d0d3482 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 +=