From 6e76f7bc3d3dac687bd70f4d4a1ec9aa5ae84507 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 14 Feb 2017 19:44:43 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 88d02ed..14d9b34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,10 @@ include $(top_srcdir)/common/win32.mak EXTRA_DIST = \ depcomp \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ - ChangeLog gst-plugins-base.doap autogen.sh $(win32) + ChangeLog gst-plugins-base.doap autogen.sh $(win32) \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + gst-libs/gst/*/*_mkenum.py \ + meson_options.txt config.h.meson DISTCLEANFILES = _stdint.h -- 2.7.4