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@15558 d0543943-73ff-0310-b7d9-9358b9ac24b2
8 lines
236 B
Makefile
8 lines
236 B
Makefile
BASE=../../../..
|
|
DIR=$(BASE)/libs/broadvoice
|
|
A=$(DIR)/src/.libs/libbroadvoice.a
|
|
|
|
LOCAL_INSERT_CFLAGS=if test -f $(A); then echo "-I$(DIR)/src" ; fi ;
|
|
LOCAL_INSERT_LDFLAGS=test ! -f $(A) || echo $(A)
|
|
include $(BASE)/build/modmake.rules
|