From 3b89a9be49ee81b0be14713dcf4a2edf65a5861a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 7 Jul 2004 01:13:41 +0000 Subject: [PATCH] gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you serious? (Fixed, obviously.) Original commit message from CVS: * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you serious? (Fixed, obviously.) --- ChangeLog | 5 +++++ gst/playback/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c62682fd0..2bd6e0ba11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-06 David Schleef + + * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you + serious? (Fixed, obviously.) + 2004-07-06 Thomas Vander Stichele * po/LINGUAS: diff --git a/gst/playback/Makefile.am b/gst/playback/Makefile.am index b48edc4dca..dbf5a68ae8 100644 --- a/gst/playback/Makefile.am +++ b/gst/playback/Makefile.am @@ -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)