mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 10:08:08 +00:00
FS-8149: fix mod_xml_cdr curl dependency in makefile
This commit is contained in:
parent
a12010ecd4
commit
860dd29e08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user