From fcbe0ad045448f9f59d6e0815add101544ab0345 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 11 Dec 2009 22:16:44 +0000 Subject: [PATCH] fix mod_speex --srcdir build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15922 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_speex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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