Fix FSF address
[platform/upstream/gstreamer.git] / tests / Makefile.am
index 23ff192..e5909fd 100644 (file)
@@ -1,5 +1,11 @@
 EXTRA_DIST = README
 
+if BUILD_BENCHMARKS
+SUBDIRS_BENCHMARKS = benchmarks
+else
+SUBDIRS_BENCHMARKS =
+endif
+
 if BUILD_TESTS
 ## SUBDIRS_TESTS = tests testsuite
 ## FIXME: write tests from scratch
@@ -21,7 +27,7 @@ SUBDIRS_EXAMPLES =
 endif
 
 SUBDIRS = \
-       benchmarks      \
+       $(SUBDIRS_BENCHMARKS) \
        $(SUBDIRS_CHECK) \
        misc            \
        $(SUBDIRS_TESTS) \