From 67fa05da032df64424707e52ee54a0c8fc80d2d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Jul 2017 12:33:15 +0100 Subject: [PATCH] Dist meson files with autotools make dist --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 99127a6..e0436af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,9 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = orc orc-test tools examples doc testsuite -EXTRA_DIST = COPYING RELEASE autogen.sh gtk-doc.make orc.m4 +EXTRA_DIST = COPYING RELEASE autogen.sh gtk-doc.make orc.m4 \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/orc-0.4.*" ) \ + meson_options.txt orc/orc.map DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc -- 2.7.4