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
This commit is contained in:
Michal Bielicki 2009-11-23 16:27:52 +00:00
parent ec762ca316
commit 3e06046c2b
1 changed files with 1 additions and 1 deletions

View File

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