From 3e06046c2b0d9a4dd80b2f532594c3c6d80c3d02 Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Mon, 23 Nov 2009 16:27:52 +0000 Subject: [PATCH] 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 --- src/mod/codecs/mod_siren/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)