rtsp-client: Avoid reuse of channel numbers for interleaved
[platform/upstream/gstreamer.git] / Makefile.am
index dccba6e..4489fc9 100644 (file)
@@ -6,25 +6,33 @@ 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
 
 EXTRA_DIST = \
        ChangeLog autogen.sh depcomp \
        AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
-       gst-rtsp.spec docs/design/gst-rtp-server-design \
-       gst-rtsp-server.doap
+       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
 
 ACLOCAL_AMFLAGS = -I m4 -I common/m4
 
-DISTCLEANFILES = _stdint.h gst-rtsp.spec
+DISTCLEANFILES = _stdint.h
 
 include $(top_srcdir)/common/release.mak
 include $(top_srcdir)/common/po.mak
@@ -48,6 +56,7 @@ endif
 
 # cruft: plugins that have been merged or moved or renamed
 CRUFT_FILES = \
+       $(top_builddir)/gst-rtsp.spec \
        $(top_builddir)/common/shave \
        $(top_builddir)/common/shave-libtool \
        $(top_builddir)/common/m4/codeset.m4 \