mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
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:
parent
e2251903b6
commit
3b89a9be49
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* po/LINGUAS:
|
* po/LINGUAS:
|
||||||
|
|
|
@ -12,7 +12,7 @@ libgstdecodebin_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstdecodebin_la_LIBADD =
|
libgstdecodebin_la_LIBADD =
|
||||||
libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
bin_PROGRAMS = test decodetest
|
noinst_PROGRAMS = test decodetest
|
||||||
|
|
||||||
test_LDADD = $(GST_LIBS)
|
test_LDADD = $(GST_LIBS)
|
||||||
test_CFLAGS = $(GST_CFLAGS)
|
test_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue