[asterisk-commits] trunk r28834 - /trunk/channels/h323/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri May 19 15:55:09 MST 2006


Author: russell
Date: Fri May 19 17:55:09 2006
New Revision: 28834

URL: http://svn.digium.com/view/asterisk?rev=28834&view=rev
Log:
allow chan_h323 to build (issue #7006, casper)

Modified:
    trunk/channels/h323/Makefile

Modified: trunk/channels/h323/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/Makefile?rev=28834&r1=28833&r2=28834&view=diff
==============================================================================
--- trunk/channels/h323/Makefile (original)
+++ trunk/channels/h323/Makefile Fri May 19 17:55:09 2006
@@ -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 @@
 	@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:



More information about the asterisk-commits mailing list