GST_DEBUG reorganization containing loads of stuff:
[platform/upstream/gstreamer.git] / tests / old / testsuite / Makefile.am
index 9f068af..45130bd 100644 (file)
@@ -4,8 +4,14 @@ else
 GST_PARSE_DIRS = parse
 endif
 
+if GST_DISABLE_GST_DEBUG
+GST_DEBUG_DIRS = 
+else
+GST_DEBUG_DIRS = debug
+endif
+
 # FIXME : threads bytestream
-SUBDIRS = caps plugin elements clock refcounting threads indexers $(GST_PARSE_DIRS) ## cleanup dynparams
+SUBDIRS = caps plugin elements clock refcounting threads indexers $(GST_PARSE_DIRS) $(GST_DEBUG_DIRS) ## cleanup dynparams
 
 TOP_BUILDDIR=$(shell cd $(top_builddir) && pwd)
 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(TOP_BUILDDIR) GST_REGISTRY=$(TOP_BUILDDIR)/testsuite/test-registry.xml