From 91a8688fa115c67a0d60cdb06eb0a5e0db315343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 15 Feb 2017 00:26:21 +0000 Subject: [PATCH] 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. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a6a4a42338..a915de0fdf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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