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.)
This commit is contained in:
David Schleef 2004-07-07 01:13:41 +00:00
parent e2251903b6
commit 3b89a9be49
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View 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)