meson: dist meson build files
authorTim-Philipp Müller <tim@centricular.com>
Tue, 14 Feb 2017 20:19:44 +0000 (20:19 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 14 Feb 2017 20:19:44 +0000 (20:19 +0000)
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.

Makefile.am
gst/mxf/meson.build

index 030c1a2..fec8dda 100644 (file)
@@ -14,8 +14,12 @@ include $(top_srcdir)/common/win32.mak
 EXTRA_DIST = \
        depcomp \
        AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
-       ChangeLog gst-plugins-bad.doap autogen.sh \
-       $(win32)
+       ChangeLog gst-plugins-bad.doap autogen.sh $(win32) \
+       $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
+       meson_options.txt config.h.meson \
+       gst-libs/gst/*/*enum.py ext/srtp/srtp_mkenum.py \
+       win32/common/*.def \
+       ext/vulkan/vkconfig.h.meson gst-libs/gst/gl/gstglconfig.h.meson
 
 DISTCLEANFILES = _stdint.h
 
index 6950741..b9a6a3f 100644 (file)
@@ -15,7 +15,7 @@ mxf_sources = [
   'mxfd10.c',
   'mxfup.c',
   'mxfvc3.c',
-  'mxfdms1.c',
+#  'mxfdms1.c',
 ]
 
 gstmxf = library('gstmxf',