diff --git a/configure.ac b/configure.ac index 24cd74033b..4a862b96e1 100644 --- a/configure.ac +++ b/configure.ac @@ -682,7 +682,6 @@ tests/sched/Makefile tests/threadstate/Makefile testsuite/Makefile testsuite/bins/Makefile -testsuite/bytestream/Makefile testsuite/caps/Makefile testsuite/cleanup/Makefile testsuite/clock/Makefile diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index 0c14538793..fb1ec614c7 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -14,7 +14,7 @@ GST_DEBUG_DIRS = debug endif SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ $(GST_DEBUG_DIRS) \ dlopen dynparams \ elements ghostpads indexers negotiation \ @@ -22,7 +22,7 @@ SUBDIRS = \ plugin refcounting schedulers states tags threads DIST_SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ debug \ dlopen dynparams \ elements ghostpads indexers negotiation \ diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 0c14538793..fb1ec614c7 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -14,7 +14,7 @@ GST_DEBUG_DIRS = debug endif SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ $(GST_DEBUG_DIRS) \ dlopen dynparams \ elements ghostpads indexers negotiation \ @@ -22,7 +22,7 @@ SUBDIRS = \ plugin refcounting schedulers states tags threads DIST_SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ debug \ dlopen dynparams \ elements ghostpads indexers negotiation \