From 8be32795c6ebd54a7487fe034a7c691e6c6c40aa Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 4 May 2004 12:47:58 +0000 Subject: [PATCH] fix Rules Original commit message from CVS: fix Rules --- tests/old/testsuite/Rules | 4 ++-- tests/old/testsuite/bins/Makefile.am | 1 - testsuite/Rules | 4 ++-- testsuite/bins/Makefile.am | 1 - 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/tests/old/testsuite/Rules b/tests/old/testsuite/Rules index e4f0944..65eb4bf 100644 --- a/tests/old/testsuite/Rules +++ b/tests/old/testsuite/Rules @@ -21,8 +21,8 @@ TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \ $(tests_pass) $(tests_fail) XFAIL_TESTS = $(tests_fail) -AM_CFLAGS = $(GST_CFLAGS) -LIBS = $(GST_LIBS) +AM_CFLAGS = $(GST_OBJ_CFLAGS) +LIBS = $(GST_OBJ_LIBS) # override to _not_ install the test plugins install-pluginLTLIBRARIES: diff --git a/tests/old/testsuite/bins/Makefile.am b/tests/old/testsuite/bins/Makefile.am index 1e33158..cad8df9 100644 --- a/tests/old/testsuite/bins/Makefile.am +++ b/tests/old/testsuite/bins/Makefile.am @@ -5,4 +5,3 @@ tests_fail = tests_ignore = interface_SOURCES = interface.c - diff --git a/testsuite/Rules b/testsuite/Rules index e4f0944..65eb4bf 100644 --- a/testsuite/Rules +++ b/testsuite/Rules @@ -21,8 +21,8 @@ TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \ $(tests_pass) $(tests_fail) XFAIL_TESTS = $(tests_fail) -AM_CFLAGS = $(GST_CFLAGS) -LIBS = $(GST_LIBS) +AM_CFLAGS = $(GST_OBJ_CFLAGS) +LIBS = $(GST_OBJ_LIBS) # override to _not_ install the test plugins install-pluginLTLIBRARIES: diff --git a/testsuite/bins/Makefile.am b/testsuite/bins/Makefile.am index 1e33158..cad8df9 100644 --- a/testsuite/bins/Makefile.am +++ b/testsuite/bins/Makefile.am @@ -5,4 +5,3 @@ tests_fail = tests_ignore = interface_SOURCES = interface.c - -- 2.7.4