From 47a673e26335d3f444bfa35e6b5fe8d231c8a816 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 14 Feb 2017 19:53:30 +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 16fae62..eedd9d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,9 @@ DIST_SUBDIRS = $(ALWAYS_SUBDIRS) EXTRA_DIST = \ depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ - ChangeLog gst-plugins-good.doap autogen.sh + ChangeLog gst-plugins-good.doap autogen.sh \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + meson_options.txt config.h.meson DISTCLEANFILES = _stdint.h -- 2.7.4