meson: dist meson build files

Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
This commit is contained in:
Tim-Philipp Müller 2017-02-14 20:19:44 +00:00
parent 2f676d61a7
commit 979907144a
2 changed files with 7 additions and 3 deletions

View 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

View file

@ -15,7 +15,7 @@ mxf_sources = [
'mxfd10.c',
'mxfup.c',
'mxfvc3.c',
'mxfdms1.c',
# 'mxfdms1.c',
]
gstmxf = library('gstmxf',