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 /mate-about | |
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 'mate-about')
-rw-r--r-- | mate-about/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 79c03e4..85d763c 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -18,9 +18,11 @@ mate-about.desktop: mate-about.desktop.in versiondir = $(datadir)/mate-about version_DATA = mate-version.xml -EXTRA_DIST = $(desktop_in_files) \ - mate-about.h.in \ - mate-version.xml.in +EXTRA_DIST = \ + $(desktop_in_files) \ + meson.build \ + mate-about.h.in \ + mate-version.xml.in CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) $(version_DATA) mate-about.h |