From 8123c41a53d1312ac72c0004c0a9108c450bc500 Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Sun, 22 Nov 2009 22:52:23 +0000 Subject: [PATCH] configure for mod_bv libraries is done from the main configure file git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15607 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_bv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/codecs/mod_bv/Makefile b/src/mod/codecs/mod_bv/Makefile index 065f7a2eab..66edc3d3b2 100644 --- a/src/mod/codecs/mod_bv/Makefile +++ b/src/mod/codecs/mod_bv/Makefile @@ -6,6 +6,6 @@ LOCAL_LIBADD=$(BV_LA) include $(BASE)/build/modmake.rules $(BV_LA): $(BV_DIR)/.update - cd $(BV_DIR) && ./configure --disable-shared --with-pic && $(MAKE) + cd $(BV_DIR) && $(MAKE) $(TOUCH_TARGET)