summaryrefslogtreecommitdiff
path: root/tests/rtp
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-03-18 13:28:44 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-03-18 13:28:44 -0400
commit90a643dfdaae9f3ed0e6115057f4fc4cb5271934 (patch)
tree78143d3ba52a367ba2d506a4e2072f35b510cf11 /tests/rtp
parent30113ed158ab5e0c77ce35d7942bc1d29c8e89cd (diff)
downloadfarstream-90a643dfdaae9f3ed0e6115057f4fc4cb5271934.tar.gz
Add dtmf blueprints
Diffstat (limited to 'tests/rtp')
-rw-r--r--tests/rtp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/rtp/Makefile.am b/tests/rtp/Makefile.am
index 40612c81..47969cde 100644
--- a/tests/rtp/Makefile.am
+++ b/tests/rtp/Makefile.am
@@ -3,7 +3,9 @@ noinst_PROGRAMS = codec-discovery
codec_discovery_SOURCES = codec-discovery.c \
$(top_srcdir)/gst/fsrtpconference/fs-rtp-discover-codecs.c \
- $(top_srcdir)/gst/fsrtpconference/fs-rtp-codec-cache.c
+ $(top_srcdir)/gst/fsrtpconference/fs-rtp-codec-cache.c \
+ $(top_srcdir)/gst/fsrtpconference/fs-rtp-special-source.c \
+ $(top_srcdir)/gst/fsrtpconference/fs-rtp-dtmf-event-source.c
codec_discovery_CFLAGS = -I$(top_srcdir)/gst/fsrtpconference/ \
$(FS2_INTERNAL_CFLAGS) $(FS2_CFLAGS) $(GST_CFLAGS) $(CFLAGS)
LDADD = $(GST_LIBS) $(GST_CHECK_LIBS) \