summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-16 14:20:54 +0100
committerraveit65 <[email protected]>2020-02-17 13:14:48 +0100
commitac126c9bdfd70d899a6926a8a1194ebeeb23436b (patch)
tree00950dd1562a3ab5017259dc97f6876b69e26d22 /tools
parente8fbac2ce193f5c2c93fdecb7ca0e14c1152ace6 (diff)
downloadmate-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 'tools')
-rw-r--r--tools/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 88c720b..cd31f8f 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -22,6 +22,8 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
mate-color-select.desktop: mate-color-select.desktop.in
$(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
-EXTRA_DIST = $(desktop_in_files)
+EXTRA_DIST = \
+ $(desktop_in_files) \
+ meson.build
CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS)