From 0a085c2e2466bdd2dc7ac4ce127c400f918ce72e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 30 May 2006 14:40:48 +0000 Subject: [PATCH] fix build Original commit message from CVS: fix build --- tests/check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index c13dff7..c3711eb 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -85,6 +85,7 @@ check_PROGRAMS = \ # failing tests noinst_PROGRAMS = \ + libs/collectpads \ gst/gstpipeline TESTS = $(check_PROGRAMS) @@ -127,7 +128,7 @@ libs_typefindhelper_LDADD = \ # valgrind testing # these just need valgrind fixing, period -VALGRIND_TO_FIX = \ +VALGRIND_TO_FIX = \ libs/collectpads VALGRIND_IGNORE = \ -- 2.7.4