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:
Michael Jerris
2009-11-29 08:15:01 +00:00
parent 7bfdd463b6
commit b871302d45
2 changed files with 43 additions and 11 deletions

View File

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