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-15 00:26:21 +00:00
parent b6a3e88059
commit 91a8688fa1

View file

@ -20,6 +20,8 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
configure.ac autogen.sh \
gstreamer-vaapi.doap
gstreamer-vaapi.doap \
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
meson_options.txt
-include $(top_srcdir)/git.mk