mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
a few modules now build with --srcdir (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15709 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
BASE=../../../..
|
||||
BV_DIR=$(BASE)/libs/broadvoice
|
||||
LOCAL_CFLAGS=-I$(BV_DIR)/src
|
||||
BV_SRCDIR=$(MODDIR)/../../../../libs/broadvoice
|
||||
LOCAL_CFLAGS=-I$(BV_SRCDIR)/src -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
|
||||
$(BV_LA): $(BV_SRCDIR)/.update
|
||||
cd $(BV_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
|
Reference in New Issue
Block a user