From 48c32ac434791c7814185ff50e3bac825efe8f83 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 22 Feb 2002 19:38:48 +0000 Subject: [PATCH] uncomment it in the DIRS to avoid errors Original commit message from CVS: uncomment it in the DIRS to avoid errors --- tests/old/testsuite/Makefile.am | 2 +- tests/old/testsuite/dynparams/Makefile.am | 2 +- testsuite/Makefile.am | 2 +- testsuite/dynparams/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index 1bc9261..0e41698 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -1,5 +1,5 @@ # FIXME : refcounting threads bytestream cleanup -SUBDIRS = caps plugin elements dynparams +SUBDIRS = caps plugin elements ## dynparams testprogs = test_gst_init diff --git a/tests/old/testsuite/dynparams/Makefile.am b/tests/old/testsuite/dynparams/Makefile.am index e7b5a93..69cbfe7 100644 --- a/tests/old/testsuite/dynparams/Makefile.am +++ b/tests/old/testsuite/dynparams/Makefile.am @@ -2,7 +2,7 @@ testprogs = dparamstest TESTS = $(testprogs) -## check_PROGRAMS = $(testprogs) +check_PROGRAMS = $(testprogs) dparamstest_CFLAGS = $(GST_CFLAGS) dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 1bc9261..0e41698 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,5 +1,5 @@ # FIXME : refcounting threads bytestream cleanup -SUBDIRS = caps plugin elements dynparams +SUBDIRS = caps plugin elements ## dynparams testprogs = test_gst_init diff --git a/testsuite/dynparams/Makefile.am b/testsuite/dynparams/Makefile.am index e7b5a93..69cbfe7 100644 --- a/testsuite/dynparams/Makefile.am +++ b/testsuite/dynparams/Makefile.am @@ -2,7 +2,7 @@ testprogs = dparamstest TESTS = $(testprogs) -## check_PROGRAMS = $(testprogs) +check_PROGRAMS = $(testprogs) dparamstest_CFLAGS = $(GST_CFLAGS) dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol -- 2.7.4