mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 18:30:01 +00:00
9 lines
310 B
Makefile
9 lines
310 B
Makefile
include $(top_srcdir)/build/modmake.rulesam
|
|
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_LIBADD = $(switch_builddir)/libfreeswitch.la
|
|
mod_xml_cdr_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|