[gst-cvs] gstreamer: tests: Do not list libgstcheck as a requirement for tests/ examples/manual

Sebastian Dröge slomo at kemper.freedesktop.org
Thu Nov 12 03:52:52 PST 2009


Module: gstreamer
Branch: master
Commit: 516d4a984f927d461518df87bd5685ae7ba497cc
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=516d4a984f927d461518df87bd5685ae7ba497cc

Author: Руслан Ижбулатов <lrn1986 at gmail.com>
Date:   Thu Nov 12 14:10:06 2009 +0300

tests: Do not list libgstcheck as a requirement for tests/examples/manual

Fixes bug #601669.

---

 tests/examples/manual/Makefile.am |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am
index 13baaf7..9564c5b 100644
--- a/tests/examples/manual/Makefile.am
+++ b/tests/examples/manual/Makefile.am
@@ -49,11 +49,9 @@ EXAMPLES = \
 	decodebin \
 	$(GST_LOADSAVE_SRC)
 
-AM_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
-LDADD = $(top_builddir)/libs/gst/check/libgstcheck- at GST_MAJORMINOR@.la \
-	$(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
-	$(GST_OBJ_LIBS) \
-	$(CHECK_LIBS)
+AM_CFLAGS = $(GST_OBJ_CFLAGS)
+LDADD = $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
+	$(GST_OBJ_LIBS)
 
 elementmake.c elementcreate.c elementget.c elementlink.c elementfactory.c: $(top_srcdir)/docs/manual/basics-elements.xml
 	$(PERL_PATH) $(srcdir)/extract.pl $@ \





More information about the Gstreamer-commits mailing list