FS-8149: fix mod_xml_cdr curl dependency in makefile

This commit is contained in:
Michael Jerris 2015-09-10 08:47:49 -05:00
parent a12010ecd4
commit 860dd29e08
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ MODNAME=mod_xml_cdr
mod_LTLIBRARIES = mod_xml_cdr.la
mod_xml_cdr_la_SOURCES = mod_xml_cdr.c
mod_xml_cdr_la_CFLAGS = $(AM_CFLAGS)
mod_xml_cdr_la_CFLAGS = $(CURL_CFLAGS) $(AM_CFLAGS)
mod_xml_cdr_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_xml_cdr_la_LDFLAGS = -avoid-version -module -no-undefined -shared
mod_xml_cdr_la_LDFLAGS = $(CURL_LIBS) -avoid-version -module -no-undefined -shared