From 08470e221bd2484eb3a9473186273b3a282c40b5 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 26 Feb 2007 12:07:14 +0000 Subject: [PATCH] gst/rtsp/Makefile.am: Fix make check too. Original commit message from CVS: * gst/rtsp/Makefile.am: Fix make check too. --- ChangeLog | 5 +++++ gst/rtsp/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 07db88f2a8..046143e484 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-26 Jan Schmidt + + * gst/rtsp/Makefile.am: + Fix make check too. + 2007-02-26 Jan Schmidt * gst/rtsp/base64.c: (util_base64_encode): diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am index ea0b82c79d..8f0049c779 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)