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:
Travis Cross
2014-03-20 19:41:13 +00:00
parent a489cd311e
commit c993962d0b
9 changed files with 9 additions and 1 deletions
+1
View File
@@ -4,5 +4,6 @@ MODNAME=mod_xml_curl
mod_LTLIBRARIES = mod_xml_curl.la
mod_xml_curl_la_SOURCES = mod_xml_curl.c
mod_xml_curl_la_CFLAGS = $(AM_CFLAGS)
mod_xml_curl_la_CPPFLAGS = $(AM_CPPFLAGS)
mod_xml_curl_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_xml_curl_la_LDFLAGS = -avoid-version -module -no-undefined -shared