mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 09:54:14 +00:00
framework in place to conditionally compile with CURL but what is the master switch? git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12995 d0543943-73ff-0310-b7d9-9358b9ac24b2
6 lines
179 B
Makefile
6 lines
179 B
Makefile
WANT_CURL=yes
|
|
|
|
BASE=../../../..
|
|
include $(BASE)/build/modmake.rules
|
|
LOCAL_CFLAGS += `if test -f $(BASE)/.libs/libfreeswitch_la-switch_odbc.o ; then echo -DSWITCH_HAVE_ODBC; fi ;`
|