From ac126c9bdfd70d899a6926a8a1194ebeeb23436b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 16 Feb 2020 14:20:54 +0100 Subject: build: add meson config files to EXTRA_DIST fixes https://github.com/mate-desktop/mate-desktop/issues/431 --- Makefile.am | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0009be1..01b0f11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,9 +10,15 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ CFLAGS='-Wno-deprecated-declarations' -EXTRA_DIST = \ - autogen.sh \ - COPYING-DOCS +EXTRA_DIST = \ + abi-check \ + autogen.sh \ + config.meson.h\ + COPYING-DOCS \ + meson.build \ + meson_options.txt \ + po/meson.build \ + utils/post_install.py CLEANFILES = -- cgit v1.2.1