link against the .la file. Note that we're linking against a plugin, which is techni...
authorDavid Schleef <ds@schleef.org>
Wed, 19 Nov 2003 23:01:07 +0000 (23:01 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 19 Nov 2003 23:01:07 +0000 (23:01 +0000)
Original commit message from CVS:
link against the .la file.  Note that we're linking against a
plugin, which is technically not allowed.

tests/old/testsuite/bytestream/Makefile.am
testsuite/bytestream/Makefile.am

index c28cbb0d0e8c37fca42d5c146eaef4635dc9870a..283ea37d6237d45b78120835f92f88fa208850af 100644 (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
 
index c28cbb0d0e8c37fca42d5c146eaef4635dc9870a..283ea37d6237d45b78120835f92f88fa208850af 100644 (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