From 7f8c2a08daee3c19a1c497a9527689bc598886b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 15 Feb 2017 18:22:53 +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 82affc6..22c6025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,4 +8,6 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4 DISTCLEANFILES = _stdint.h -EXTRA_DIST = autogen.sh gst-omx.doap RELEASE +EXTRA_DIST = autogen.sh gst-omx.doap RELEASE \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + meson_options.txt -- cgit v1.2.1