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
This commit is contained in:
Michal Bielicki 2009-11-22 22:52:23 +00:00
parent 8ccdcf5482
commit 8123c41a53
1 changed files with 1 additions and 1 deletions

View File

@ -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)