From 64ec45f477bc889dc71fe8016a366d69214acf89 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 21 Jan 2003 22:22:13 +0000 Subject: [PATCH] fix Original commit message from CVS: fix --- tests/old/testsuite/refcounting/Makefile.am | 1 + testsuite/refcounting/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/old/testsuite/refcounting/Makefile.am b/tests/old/testsuite/refcounting/Makefile.am index 286b91a053..7df3fc41a1 100644 --- a/tests/old/testsuite/refcounting/Makefile.am +++ b/tests/old/testsuite/refcounting/Makefile.am @@ -17,6 +17,7 @@ TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-r TESTS = $(tests_working) check_PROGRAMS = $(TESTS) +noinst_PROGRAMS = $(tests_failing) EXTRA_DIST = thread.c object.c diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am index 286b91a053..7df3fc41a1 100644 --- a/testsuite/refcounting/Makefile.am +++ b/testsuite/refcounting/Makefile.am @@ -17,6 +17,7 @@ TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-r TESTS = $(tests_working) check_PROGRAMS = $(TESTS) +noinst_PROGRAMS = $(tests_failing) EXTRA_DIST = thread.c object.c