From 22814445960fef65006d50642aadaa3750a6ed63 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 19 Nov 2003 23:01:07 +0000 Subject: [PATCH] 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. --- tests/old/testsuite/bytestream/Makefile.am | 2 +- testsuite/bytestream/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/old/testsuite/bytestream/Makefile.am b/tests/old/testsuite/bytestream/Makefile.am index c28cbb0d0e..283ea37d62 100644 --- a/tests/old/testsuite/bytestream/Makefile.am +++ b/tests/old/testsuite/bytestream/Makefile.am @@ -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 diff --git a/testsuite/bytestream/Makefile.am b/testsuite/bytestream/Makefile.am index c28cbb0d0e..283ea37d62 100644 --- a/testsuite/bytestream/Makefile.am +++ b/testsuite/bytestream/Makefile.am @@ -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