uncomment it in the DIRS to avoid errors

Original commit message from CVS:
uncomment it in the DIRS to avoid errors
This commit is contained in:
Thomas Vander Stichele 2002-02-22 19:38:48 +00:00
parent d040af01db
commit 48c32ac434
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# FIXME : refcounting threads bytestream cleanup
SUBDIRS = caps plugin elements dynparams
SUBDIRS = caps plugin elements ## dynparams
testprogs = test_gst_init

View 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

View file

@ -1,5 +1,5 @@
# FIXME : refcounting threads bytestream cleanup
SUBDIRS = caps plugin elements dynparams
SUBDIRS = caps plugin elements ## dynparams
testprogs = test_gst_init

View 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