mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 07:40:01 +00:00
tests/icles/Makefile.am: Move the -lgstfoo where it belongs.
Original commit message from CVS: * tests/icles/Makefile.am: Move the -lgstfoo where it belongs.
This commit is contained in:
parent
0b55094b94
commit
2ca4b17892
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-03-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/icles/Makefile.am:
|
||||
Move the -lgstfoo where it belongs.
|
||||
|
||||
2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/matroska/ebml-ids.h:
|
||||
|
|
|
@ -2,10 +2,9 @@ if USE_GST_V4L2
|
|||
V4L2_TESTS = v4l2src-test
|
||||
|
||||
v4l2src_test_SOURCES = v4l2src-test.c
|
||||
v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
|
||||
v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS)
|
||||
|
||||
v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstinterfaces-$(GST_MAJORMINOR)
|
||||
v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
|
||||
v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
||||
v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
else
|
||||
V4L2_TESTS =
|
||||
|
|
Loading…
Reference in a new issue