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:
David Schleef 2003-11-19 23:01:07 +00:00
parent cefcb3b064
commit 2281444596
2 changed files with 2 additions and 2 deletions

View file

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

View file

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