10 lines
371 B
Makefile
Raw Normal View History

2014-02-27 14:16:54 -05:00
include $(top_srcdir)/build/modmake.rulesam
MODNAME=mod_httapi
mod_LTLIBRARIES = mod_httapi.la
mod_httapi_la_SOURCES = mod_httapi.c
mod_httapi_la_CFLAGS = $(AM_CFLAGS)
mod_httapi_la_CPPFLAGS = $(CURL_CFLAGS) $(AM_CPPFLAGS)
2014-02-27 14:16:54 -05:00
mod_httapi_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_httapi_la_LDFLAGS = $(CURL_LIBS) -avoid-version -module -no-undefined -shared