From bdec475970c48b1fd362a0c7653346b093136466 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 10 May 2002 14:40:07 +0000 Subject: [PATCH] Fix automake badness Original commit message from CVS: Fix automake badness --- tests/old/testsuite/plugin/Makefile.am | 4 ++-- testsuite/plugin/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/old/testsuite/plugin/Makefile.am b/tests/old/testsuite/plugin/Makefile.am index 389086a474..5d7a21af78 100644 --- a/tests/old/testsuite/plugin/Makefile.am +++ b/tests/old/testsuite/plugin/Makefile.am @@ -2,7 +2,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml # FIXME : tests need fixing -testprogs = # static # dynamic linked loading registry static2 +testprogs = # static dynamic linked loading registry static2 AM_CFLAGS = $(GST_CFLAGS) LIBS = $(GST_LIBS) @@ -18,7 +18,7 @@ libtestplugin2_la_LIBS = $(GST_LIBS) # linked_LDFLAGS = -L. -ltestplugin -ltestplugin2 -static_SOURCES = static.c testplugin_s.c testplugin2_s.c +# static_SOURCES = static.c testplugin_s.c testplugin2_s.c TESTS = $(testprogs) diff --git a/testsuite/plugin/Makefile.am b/testsuite/plugin/Makefile.am index 389086a474..5d7a21af78 100644 --- a/testsuite/plugin/Makefile.am +++ b/testsuite/plugin/Makefile.am @@ -2,7 +2,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml # FIXME : tests need fixing -testprogs = # static # dynamic linked loading registry static2 +testprogs = # static dynamic linked loading registry static2 AM_CFLAGS = $(GST_CFLAGS) LIBS = $(GST_LIBS) @@ -18,7 +18,7 @@ libtestplugin2_la_LIBS = $(GST_LIBS) # linked_LDFLAGS = -L. -ltestplugin -ltestplugin2 -static_SOURCES = static.c testplugin_s.c testplugin2_s.c +# static_SOURCES = static.c testplugin_s.c testplugin2_s.c TESTS = $(testprogs)