summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/Makefile.am
diff options
context:
space:
mode:
authorzeeshan.ali@nokia.com <zeeshan.ali@nokia.com>2007-03-21 12:31:49 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:51 +0100
commit35e62745dfdd864c4ff6b2c0ac4357275566dc37 (patch)
treef2882efc82f6943ad4c3fadfdd436b09f80881a9 /gst/rtpmux/Makefile.am
parentc68fba669880fd6532e096c3f83182a98f3d148a (diff)
downloadgst-plugins-bad-35e62745dfdd864c4ff6b2c0ac4357275566dc37.tar.gz
gst-plugins-bad-35e62745dfdd864c4ff6b2c0ac4357275566dc37.tar.bz2
gst-plugins-bad-35e62745dfdd864c4ff6b2c0ac4357275566dc37.zip
[MOVED FROM GST-P-FARSIGHT] Remove DTMF-specific code from RTP muxer and make it extendable
20070321123149-65035-b8a8f55ff78eed8cbb0042e827885edfc5438242.gz
Diffstat (limited to 'gst/rtpmux/Makefile.am')
-rw-r--r--gst/rtpmux/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmux/Makefile.am b/gst/rtpmux/Makefile.am
index 73973f54..615981a8 100644
--- a/gst/rtpmux/Makefile.am
+++ b/gst/rtpmux/Makefile.am
@@ -1,6 +1,6 @@
plugin_LTLIBRARIES = libgstrtpmux.la
-libgstrtpmux_la_SOURCES = gstrtpmux.c
+libgstrtpmux_la_SOURCES = gstrtpmux.c gstrtpmux.h
libgstrtpmux_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
libgstrtpmux_la_LIBADD = $(GST_LIBS_LIBS)