mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
link against the .la file. Note that we're linking against a plugin, which is technically not allowed.
Original commit message from CVS: link against the .la file. Note that we're linking against a plugin, which is technically not allowed.
This commit is contained in:
parent
cefcb3b064
commit
2281444596
2 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ tests_pass =
|
|||
tests_fail = test1
|
||||
|
||||
test1_SOURCES = test1.c gstbstest.c
|
||||
test1_LDFLAGS = -lgstbytestream -L$(top_srcdir)/libs/gst/bytestream
|
||||
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@ tests_pass =
|
|||
tests_fail = test1
|
||||
|
||||
test1_SOURCES = test1.c gstbstest.c
|
||||
test1_LDFLAGS = -lgstbytestream -L$(top_srcdir)/libs/gst/bytestream
|
||||
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue