gst/rtsp/Makefile.am: Fix make check too.
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 26 Feb 2007 12:07:14 +0000 (12:07 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 26 Feb 2007 12:07:14 +0000 (12:07 +0000)
Original commit message from CVS:
* gst/rtsp/Makefile.am:
Fix make check too.

ChangeLog
gst/rtsp/Makefile.am

index 07db88f2a89433cf0d7650a882986632d9574f82..046143e484c16d459784de42286cd72bb8bedbf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst/rtsp/Makefile.am:
+       Fix make check too.
+
 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * gst/rtsp/base64.c: (util_base64_encode):
index ea0b82c79d6ca6806d5a2705bae6025fa09dc28f..8f0049c77942a4479423caea51815c2252944666 100644 (file)
@@ -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)