gst/rtsp/Makefile.am: Fix make check too.

Original commit message from CVS:
* gst/rtsp/Makefile.am:
Fix make check too.
This commit is contained in:
Jan Schmidt 2007-02-26 12:07:14 +00:00
parent ff1a71edf9
commit 08470e221b
2 changed files with 6 additions and 1 deletions

View file

@ -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):

View 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)