2011-09-07 02:11:06 +00:00
|
|
|
plugin_LTLIBRARIES = libgstspandsp.la
|
|
|
|
|
2013-01-10 00:59:16 +00:00
|
|
|
libgstspandsp_la_SOURCES = gstspandsp.c gstspanplc.c gstdtmfdetect.c
|
2011-09-07 02:11:06 +00:00
|
|
|
libgstspandsp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SPANDSP_CFLAGS)
|
2013-01-10 00:59:16 +00:00
|
|
|
libgstspandsp_la_LIBADD = $(SPANDSP_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
2011-09-07 02:11:06 +00:00
|
|
|
libgstspandsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstspandsp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2011-09-07 02:11:06 +00:00
|
|
|
|
2013-01-10 00:59:16 +00:00
|
|
|
noinst_HEADERS = gstspanplc.h gstdtmfdetect.h
|