gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you serious? (Fixed, obviously.)
authorDavid Schleef <ds@schleef.org>
Wed, 7 Jul 2004 01:13:41 +0000 (01:13 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 7 Jul 2004 01:13:41 +0000 (01:13 +0000)
Original commit message from CVS:
* gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
serious?  (Fixed, obviously.)

ChangeLog
gst/playback/Makefile.am

index 3c62682..2bd6e0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-06  David Schleef  <ds@schleef.org>
+
+       * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
+       serious?  (Fixed, obviously.)
+
 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * po/LINGUAS:
index b48edc4..dbf5a68 100644 (file)
@@ -12,7 +12,7 @@ libgstdecodebin_la_CFLAGS = $(GST_CFLAGS)
 libgstdecodebin_la_LIBADD =
 libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
-bin_PROGRAMS = test decodetest
+noinst_PROGRAMS = test decodetest
 
 test_LDADD = $(GST_LIBS) 
 test_CFLAGS = $(GST_CFLAGS)