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)