summaryrefslogtreecommitdiff
path: root/tests/rtp
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-27 19:39:52 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-27 20:06:53 -0400
commit51f50718e2e913ef76e55138688f7eb43ac0b689 (patch)
treeefdea305f6f5a97a6eaa70c67db42a9eb06f5cb8 /tests/rtp
parentd02cfcd2d3dea52562fe33c9bffd3febd26d3f7d (diff)
downloadfarstream-51f50718e2e913ef76e55138688f7eb43ac0b689.tar.gz
Don't distribute generated marshaller files
Diffstat (limited to 'tests/rtp')
-rw-r--r--tests/rtp/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/rtp/Makefile.am b/tests/rtp/Makefile.am
index 54f383c8..50dc6ab5 100644
--- a/tests/rtp/Makefile.am
+++ b/tests/rtp/Makefile.am
@@ -13,11 +13,14 @@ codec_discovery_SOURCES = codec-discovery.c \
$(top_srcdir)/gst/fsrtpconference/fs-rtp-session.c \
$(top_srcdir)/gst/fsrtpconference/fs-rtp-stream.c \
$(top_srcdir)/gst/fsrtpconference/fs-rtp-substream.c \
- $(top_srcdir)/gst/fsrtpconference/fs-rtp-participant.c \
- $(top_srcdir)/gst/fsrtpconference/fs-rtp-marshal.c
+ $(top_srcdir)/gst/fsrtpconference/fs-rtp-participant.c
+
+nodist_codec_discovery_SOURCES = \
+ $(top_builddir)/gst/fsrtpconference/fs-rtp-marshal.c
codec_discovery_CFLAGS = \
-I$(top_srcdir)/gst/fsrtpconference/ \
+ -I$(top_builddir)/gst/fsrtpconference/ \
$(FS2_INTERNAL_CFLAGS) \
$(FS2_CFLAGS) \
$(GST_CFLAGS) \