mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
10 lines
304 B
Makefile
10 lines
304 B
Makefile
BASE=../../../..
|
|
DIR=$(BASE)/libs/libg723_1
|
|
BUILDDIR=$(BASE)/libs/libg723_1
|
|
A=$(BUILDDIR)/.libs/libg723.a
|
|
|
|
LOCAL_INSERT_CFLAGS=if test -f $(A); then echo "-I$(DIR)/src/include" ; else echo "-DG723_PASSTHROUGH" ; fi ;
|
|
LOCAL_INSERT_LDFLAGS=test ! -f $(A) || echo $(A)
|
|
|
|
include $(BASE)/build/modmake.rules
|