From: Michael Jerris Date: Fri, 11 Dec 2009 22:16:44 +0000 (+0000) Subject: fix mod_speex --srcdir build X-Git-Tag: v1.0.6~1035 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbe0ad045448f9f59d6e0815add101544ab0345;p=thirdparty%2Ffreeswitch.git fix mod_speex --srcdir build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15922 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_speex/Makefile b/src/mod/codecs/mod_speex/Makefile index e21eeda339..b0cbef2909 100644 --- a/src/mod/codecs/mod_speex/Makefile +++ b/src/mod/codecs/mod_speex/Makefile @@ -5,7 +5,7 @@ SPEEX_BUILDDIR=$(switch_builddir)/libs/speex SPEEXLA=$(SPEEX_BUILDDIR)/libspeex/libspeex.la SPEEXDSPLA=$(SPEEX_BUILDDIR)/libspeex/libspeexdsp.la -LOCAL_CFLAGS=-I$(SPEEX_DIR)/include +LOCAL_CFLAGS=-I$(SPEEX_DIR)/include -I$(SPEEX_BUILDDIR)/include LOCAL_LIBADD=$(SPEEXLA) $(SPEEXDSPLA) include $(BASE)/build/modmake.rules