aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 15:34:57 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 15:34:57 +0000
commitf6d50e26aa2cc6c479c1b88565cc5954b5ba19ef (patch)
tree04a6d2aa63e60fb7c1f57e90591243430cf6514d /channels/h323
parent819a4cf799b06dbd873b30ddfbf2c0445cf1ba46 (diff)
Big oops. I did this from my trunk directory instead of autoconf_and_menuselect ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20297 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 c7d0d3482..0e9266164 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 -include autoconfig.h
+STDCCFLAGS += -I../../include
STDCCFLAGS += -Wmissing-prototypes
STDCCFLAGS += -fPIC
#OPTCCFLAGS +=