gstreamer-rtsp-server: Add both srcdir and builddir to the include path
[platform/upstream/gstreamer.git] / Makefile.am
index 7ece053..7a89d27 100644 (file)
@@ -22,13 +22,15 @@ include $(top_srcdir)/common/win32.mak
 EXTRA_DIST = \
        ChangeLog autogen.sh depcomp \
        AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
-       gst-rtsp.spec docs/design/gst-rtp-server-design \
+       docs/design/gst-rtp-server-design \
        gst-rtsp-server.doap \
-       $(win32)
+       $(win32) \
+       $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
+       config.h.meson
 
 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
@@ -52,6 +54,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 \