From 0a27d8bfe5fa36d8cb600b5b520f9b5c7fbf0ed6 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" 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: https://origsvn.digium.com/svn/asterisk/trunk@40722 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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