From 8b0c007ad990aa27d9868da49215fd1076ac77cc Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 21 Aug 2006 02:11:39 +0000 Subject: merge new_loader_completion branch, including (at least): - restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'channels/h323') diff --git a/channels/h323/Makefile b/channels/h323/Makefile index 35023177e..2b9fb4d4c 100644 --- a/channels/h323/Makefile +++ b/channels/h323/Makefile @@ -10,7 +10,6 @@ STDCCFLAGS += -DNDEBUG STDCCFLAGS += $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_THREADS[ ]*=//" -e "s/\([^\#]*\)\#.*/\1/") STDCCFLAGS += -I../../include -include autoconfig.h -STDCCFLAGS += -fPIC #OPTCCFLAGS += CFLAGS += -pipe TARGET += libchanh323.a -- cgit v1.2.3