From: Michal Bielicki Date: Mon, 23 Nov 2009 16:27:52 +0000 (+0000) Subject: moving configure for libg722_1 to main configure.in so that cflags and libflags get... X-Git-Tag: v1.0.6~1287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e06046c2b0d9a4dd80b2f532594c3c6d80c3d02;p=thirdparty%2Ffreeswitch.git moving configure for libg722_1 to main configure.in so that cflags and libflags get populated correctly git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15617 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_siren/Makefile b/src/mod/codecs/mod_siren/Makefile index 92c345fa5b..9c5139ab13 100644 --- a/src/mod/codecs/mod_siren/Makefile +++ b/src/mod/codecs/mod_siren/Makefile @@ -6,5 +6,5 @@ LOCAL_LIBADD=$(G722_1_LA) include $(BASE)/build/modmake.rules $(G722_1_LA): $(G722_1_DIR)/.update - cd $(G722_1_DIR) && ./configure --disable-shared --with-pic && $(MAKE) + cd $(G722_1_DIR) && $(MAKE) $(TOUCH_TARGET)