From 860dd29e08d0220ea8715f448af99fbdc0492e33 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 10 Sep 2015 08:47:49 -0500 Subject: [PATCH] FS-8149: fix mod_xml_cdr curl dependency in makefile --- src/mod/xml_int/mod_xml_cdr/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/xml_int/mod_xml_cdr/Makefile.am b/src/mod/xml_int/mod_xml_cdr/Makefile.am index cd8cf88f53..f66f0afa74 100644 --- a/src/mod/xml_int/mod_xml_cdr/Makefile.am +++ b/src/mod/xml_int/mod_xml_cdr/Makefile.am @@ -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