2010-03-14 10:38:56 +00:00
|
|
|
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
MODNAME=mod_skypopen
|
|
|
|
mod_LTLIBRARIES = mod_skypopen.la
|
|
|
|
mod_skypopen_la_SOURCES = mod_skypopen.c skypopen_protocol.c
|
2010-11-01 16:41:23 -05:00
|
|
|
mod_skypopen_la_CFLAGS = $(AM_CFLAGS) -DSKYPOPEN_C_VER=\"`git log -1 --format="%h" skypopen_protocol.c`\" -DMODSKYPOPEN_C_VER=\"`git log -1 --format="%h" mod_skypopen.c`\" -I../../../../libs/spandsp/src -I../../../..//libs/tiff-3.8.2/libtiff
|
2010-03-14 10:38:56 +00:00
|
|
|
mod_skypopen_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
|
|
|
mod_skypopen_la_LDFLAGS = -L../../../../libs/spandsp/src -avoid-version -module -no-undefined -shared -lX11 -lspandsp
|