diff options
-rw-r--r-- | tests/old/testsuite/Makefile.am | 4 | ||||
-rw-r--r-- | testsuite/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index 261e4d6e6..0d0d2d37d 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -13,11 +13,11 @@ else GST_DEBUG_DIRS = debug endif -SUBDIRS = bytestream cleanup dynparams \ +SUBDIRS = bins bytestream cleanup dynparams \ caps plugin elements clock refcounting tags threads \ indexers debug $(GST_PARSE_DIRS) $(GST_DEBUG_DIRS) -DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements indexers \ +DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \ plugin refcounting tags threads parse debug tests_pass = test_gst_init diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 261e4d6e6..0d0d2d37d 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -13,11 +13,11 @@ else GST_DEBUG_DIRS = debug endif -SUBDIRS = bytestream cleanup dynparams \ +SUBDIRS = bins bytestream cleanup dynparams \ caps plugin elements clock refcounting tags threads \ indexers debug $(GST_PARSE_DIRS) $(GST_DEBUG_DIRS) -DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements indexers \ +DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \ plugin refcounting tags threads parse debug tests_pass = test_gst_init |