From a9cb8868fda710f4d454deab6564e173eccd3754 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 14 Feb 2017 20:40:26 +0000 Subject: 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 eb01c6a53d..7a89d2782c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,9 @@ EXTRA_DIST = \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ docs/design/gst-rtp-server-design \ gst-rtsp-server.doap \ - $(win32) + $(win32) \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + config.h.meson ACLOCAL_AMFLAGS = -I m4 -I common/m4 -- cgit v1.2.3