diff options
Diffstat (limited to 'tests/old/testsuite/Makefile.am')
-rw-r--r-- | tests/old/testsuite/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index e5d82ee00..10dd10fd2 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# thomas : removed refcounting for now until it is fixed +# FIXME : refcounting threads SUBDIRS = capsnego plugin bytestream testprogs = test_gst_init @@ -11,5 +11,5 @@ check_PROGRAMS = $(testprogs) LIBS = $(GST_LIBS) CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS) - -DIST_SUBDIRS = refcounting capsnego plugin bytestream +# FIXME : refcounting threadds +DIST_SUBDIRS = capsnego plugin bytestream |