From 3e94aa146d3ad5e716509ccecc6923abfc368e68 Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Tue, 17 Jul 2018 13:23:51 +0200 Subject: build: include meson in the tarballs https://gitlab.gnome.org/GNOME/grilo/issues/4 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6802ef6..83b1b78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,10 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bookmarks \ --enable-vimeo \ --enable-youtube +EXTRA_DIST = \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/grilo-plugins-*" ) \ + meson_options.txt + if GCOV_ENABLED lcov-clean: @rm -fr coverage -- cgit v1.2.1