summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-02-26 12:07:14 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-02-26 12:07:14 +0000
commit08470e221bd2484eb3a9473186273b3a282c40b5 (patch)
treef7c8631b0d3d1f2722dc0917ecdf62518d6c4f57 /gst/rtsp/Makefile.am
parentff1a71edf954d99028b919e36bfd514aa47aa238 (diff)
gst/rtsp/Makefile.am: Fix make check too.
Original commit message from CVS: * gst/rtsp/Makefile.am: Fix make check too.
Diffstat (limited to 'gst/rtsp/Makefile.am')
-rw-r--r--gst/rtsp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am
index ea0b82c7..8f0049c7 100644
--- a/gst/rtsp/Makefile.am
+++ b/gst/rtsp/Makefile.am
@@ -17,7 +17,7 @@ libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
check_PROGRAMS = test
-test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptransport.c sdpmessage.c
+test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptransport.c sdpmessage.c base64.c
test_CFLAGS = $(GST_CFLAGS)
test_LDFLAGS = $(GST_LIBS) $(WIN32_LIBS)