mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
Update some modules to use CPPFLAGS
These modules use curl and we'll be adding in some bits to the CPPFLAGS.
This commit is contained in:
@@ -4,5 +4,6 @@ MODNAME=mod_httapi
|
||||
mod_LTLIBRARIES = mod_httapi.la
|
||||
mod_httapi_la_SOURCES = mod_httapi.c
|
||||
mod_httapi_la_CFLAGS = $(AM_CFLAGS)
|
||||
mod_httapi_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
mod_httapi_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_httapi_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|
||||
|
||||
Reference in New Issue
Block a user