gstreamer/gst/dtmf/Makefile.am
Youness Alaoui 0127d7b6e5 [MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory
20070820184800-4f0f6-fa33ea974510161de8c9951c39087af3613b65a4.gz
2009-02-21 17:47:59 +01:00

9 lines
387 B
Makefile

plugin_LTLIBRARIES = libgstrtpdtmf.la
libgstrtpdtmf_la_SOURCES = gstrtpdtmfsrc.c
libgstrtpdtmf_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
libgstrtpdtmf_la_LIBADD = $(GST_LIBS_LIBS)
libgstrtpdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
noinst_HEADERS = gstrtpdtmfsrc.h