rtsp-media: Unblock all streams
[platform/upstream/gstreamer.git] / Makefile.am
index d663e61..7b92d92 100644 (file)
@@ -1,25 +1,27 @@
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
-
 if BUILD_EXAMPLES
 SUBDIRS_EXAMPLES = examples
 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
+DIST_SUBDIRS = gst common pkgconfig examples tests
 
 EXTRA_DIST = \
        ChangeLog autogen.sh depcomp \
        AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
-       docs/design/gst-rtp-server-design \
        gst-rtsp-server.doap \
        $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
        meson_options.txt