rtsp-client: Avoid reuse of channel numbers for interleaved
[platform/upstream/gstreamer.git] / Makefile.am
index d663e61..4489fc9 100644 (file)
@@ -6,13 +6,19 @@ else
 SUBDIRS_EXAMPLES =
 endif
 
-SUBDIRS =              \
+if BUILD_TESTS
+SUBDIRS_TESTS = tests
+else
+SUBDIRS_TESTS =
+endif
+
+SUBDIRS = \
        gst \
        common \
        pkgconfig \
        docs \
        $(SUBDIRS_EXAMPLES) \
-       tests
+       $(SUBDIRS_TESTS)
 
 DIST_SUBDIRS = gst common pkgconfig docs examples tests