mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-22 01:24:02 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15577 d0543943-73ff-0310-b7d9-9358b9ac24b2
12 lines
297 B
Makefile
12 lines
297 B
Makefile
BASE=../../../..
|
|
BV_DIR=$(BASE)/libs/broadvoice
|
|
LOCAL_CFLAGS=-I$(BV_DIR)/src
|
|
BV_LA=$(BV_DIR)/src/.libs/libbroadvoice.la
|
|
LOCAL_LIBADD=$(BV_LA)
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
$(BV_LA): $(BV_DIR)/.update
|
|
cd $(BV_DIR) && ./configure --disable-shared --with-pic && $(MAKE)
|
|
$(TOUCH_TARGET)
|
|
|