uncomment it in the DIRS to avoid errors
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 22 Feb 2002 19:38:48 +0000 (19:38 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 22 Feb 2002 19:38:48 +0000 (19:38 +0000)
Original commit message from CVS:
uncomment it in the DIRS to avoid errors

tests/old/testsuite/Makefile.am
tests/old/testsuite/dynparams/Makefile.am
testsuite/Makefile.am
testsuite/dynparams/Makefile.am

index 1bc9261..0e41698 100644 (file)
@@ -1,5 +1,5 @@
 # FIXME : refcounting threads bytestream cleanup
-SUBDIRS = caps plugin elements dynparams
+SUBDIRS = caps plugin elements ## dynparams
 
 testprogs = test_gst_init
 
index e7b5a93..69cbfe7 100644 (file)
@@ -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
index 1bc9261..0e41698 100644 (file)
@@ -1,5 +1,5 @@
 # FIXME : refcounting threads bytestream cleanup
-SUBDIRS = caps plugin elements dynparams
+SUBDIRS = caps plugin elements ## dynparams
 
 testprogs = test_gst_init
 
index e7b5a93..69cbfe7 100644 (file)
@@ -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