From: Michael Jerris Date: Fri, 16 Nov 2007 01:55:29 +0000 (+0000) Subject: only build libspeex, avoiding building the sample programs, and errors in build if... X-Git-Tag: v1.0-beta2~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4501cfd895d767462fe48e91c93274126880a8c;p=thirdparty%2Ffreeswitch.git only build libspeex, avoiding building the sample programs, and errors in build if libogg is not available git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6295 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_speex/Makefile b/src/mod/codecs/mod_speex/Makefile index 6e3b123d36..3c7deec9cf 100644 --- a/src/mod/codecs/mod_speex/Makefile +++ b/src/mod/codecs/mod_speex/Makefile @@ -8,5 +8,5 @@ LOCAL_LIBADD=$(SPEEXLA) include $(BASE)/build/modmake.rules $(SPEEXLA): $(SPEEX_DIR) $(SPEEX_DIR)/.update - cd $(SPEEX_DIR) && $(MAKE) + cd $(SPEEX_DIR)/libspeex && $(MAKE) $(TOUCH_TARGET)