mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 01:50:05 +00:00
4 lines
164 B
Makefile
4 lines
164 B
Makefile
|
BASE=../../../..
|
||
|
include $(BASE)/build/modmake.rules
|
||
|
LOCAL_CFLAGS += `if test -f $(BASE)/.libs/libfreeswitch_la-switch_odbc.o ; then echo -DSWITCH_HAVE_ODBC; fi ;`
|