diff options
author | raveit65 <[email protected]> | 2020-02-16 14:20:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-17 13:14:48 +0100 |
commit | ac126c9bdfd70d899a6926a8a1194ebeeb23436b (patch) | |
tree | 00950dd1562a3ab5017259dc97f6876b69e26d22 /Makefile.am | |
parent | e8fbac2ce193f5c2c93fdecb7ca0e14c1152ace6 (diff) | |
download | mate-desktop-ac126c9bdfd70d899a6926a8a1194ebeeb23436b.tar.bz2 mate-desktop-ac126c9bdfd70d899a6926a8a1194ebeeb23436b.tar.xz |
build: add meson config files to EXTRA_DIST
fixes https://github.com/mate-desktop/mate-desktop/issues/431
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 9 insertions, 3 deletions
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 = |