From: Russell Bryant Date: Fri, 19 May 2006 22:55:09 +0000 (+0000) Subject: allow chan_h323 to build (issue #7006, casper) X-Git-Tag: 1.4.0-beta1~1305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0debd3dec20d4cff69540285da533a58d6f304e1;p=thirdparty%2Fasterisk.git allow chan_h323 to build (issue #7006, casper) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28834 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/h323/Makefile b/channels/h323/Makefile index c7d0d34829..a1911e7e98 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: