From 5ae751522277464e36494a05e259dbe45bc7f432 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 15 Feb 2017 00:58:52 +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 e432dee..1c0eed2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,9 @@ EXTRA_DIST = \ depcomp \ AUTHORS COPYING NEWS README RELEASE \ ChangeLog autogen.sh gst-editing-services.doap \ - $(win32) + $(win32) \ + $(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