mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/playback/Makefile.am: Add headers to noinst
Original commit message from CVS: * gst/playback/Makefile.am: Add headers to noinst
This commit is contained in:
parent
4f857319ab
commit
ca95579d23
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-07-08 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/playback/Makefile.am:
|
||||
Add headers to noinst
|
||||
|
||||
2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
||||
|
||||
* tools/gst-launch-ext-m.m:
|
||||
|
|
|
@ -12,7 +12,9 @@ libgstdecodebin_la_CFLAGS = $(GST_CFLAGS)
|
|||
libgstdecodebin_la_LIBADD =
|
||||
libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_PROGRAMS = test decodetest test2 test3
|
||||
noinst_HEADERS = gstplaybasebin.h gststreaminfo.h
|
||||
|
||||
noinst_PROGRAMS = test decodetest test2 test3 test4
|
||||
|
||||
test_LDADD = $(GST_LIBS)
|
||||
test_CFLAGS = $(GST_CFLAGS)
|
||||
|
@ -23,5 +25,8 @@ test2_CFLAGS = $(GST_CFLAGS)
|
|||
test3_LDADD = $(GST_LIBS)
|
||||
test3_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
test4_LDADD = $(GST_LIBS)
|
||||
test4_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
decodetest_LDADD = $(GST_LIBS)
|
||||
decodetest_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue