mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-22 17:42:39 +00:00
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
|