aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 22:55:09 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 22:55:09 +0000
commitc48b7bc0a9deac7d73e93ab95b3c42e002a9317a (patch)
tree352076310bb121e31aa83ee50067f57ed6194df0 /channels/h323
parenta0488b0c753c6a1974321b0caf1e4bcbe1cd89ca (diff)
allow chan_h323 to build (issue #7006, casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28834 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index c7d0d3482..a1911e7e9 100644
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -8,7 +8,6 @@
STDCCFLAGS += -DNDEBUG
STDCCFLAGS += $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_THREADS[ ]*=//" -e "s/\([^\#]*\)\#.*/\1/")
STDCCFLAGS += -I../../include -include autoconfig.h
-STDCCFLAGS += -Wmissing-prototypes
STDCCFLAGS += -fPIC
#OPTCCFLAGS +=
CFLAGS += -pipe
@@ -38,4 +37,7 @@ Makefile.ast: FORCE
@echo H323LDLIBS = $(LDLIBS) $(ENDLDLIBS) $(ENDLDFLAGS) >>$@.tmp
@if [ -r $@ ] && cmp -s $@ $@.tmp; then rm -f $@.tmp; else mv -f $@.tmp $@; fi
+clean::
+ rm -f ast_h323.cxx libchanh323.a Makefile.ast *.dep
+
FORCE: