• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1plugin_LTLIBRARIES = libgstspandsp.la
2
3libgstspandsp_la_SOURCES = gstspandsp.c gstspanplc.c gstdtmfdetect.c gsttonegeneratesrc.c
4libgstspandsp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SPANDSP_CFLAGS)
5libgstspandsp_la_LIBADD = $(SPANDSP_LIBS) $(GST_PLUGINS_BASE_LIBS) \
6	 $(GST_BASE_LIBS) $(GST_LIBS)
7libgstspandsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8
9noinst_HEADERS = gstspanplc.h gstdtmfdetect.h gsttonegeneratesrc.h
10