summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index b5c677c0..00000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-if BUILD_EXAMPLES
-SUBDIRS_EXAMPLES = examples
-else
-SUBDIRS_EXAMPLES =
-endif
-
-if HAVE_GST_CHECK
-SUBDIRS_CHECK = check
-else
-SUBDIRS_CHECK =
-endif
-
-if USE_X
-SUBDIRS_ICLES = icles
-else
-SUBDIRS_ICLES =
-endif
-
-SUBDIRS = \
- $(SUBDIRS_CHECK) \
- $(SUBDIRS_EXAMPLES) \
- $(SUBDIRS_ICLES)
-
-DIST_SUBDIRS = \
- check \
- examples \
- icles