summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-26 17:14:52 +0100
committerraveit65 <[email protected]>2020-02-26 17:16:24 +0100
commit564286d77450ab95135e83eb026daf28d8800a71 (patch)
tree027a88eb89ec6cac5062c3fcb0cdc1c73e0954cf /desktop
parent7707075aaf967c84da0880090708b63b458166f0 (diff)
downloadmate-backgrounds-564286d77450ab95135e83eb026daf28d8800a71.tar.bz2
mate-backgrounds-564286d77450ab95135e83eb026daf28d8800a71.tar.xz
build: add meson config files to EXTRA_DIST
fixes https://github.com/mate-desktop/mate-backgrounds/issues/30
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/Makefile.am b/desktop/Makefile.am
index 1f9da2f..aa2839e 100644
--- a/desktop/Makefile.am
+++ b/desktop/Makefile.am
@@ -21,7 +21,10 @@ $(metadata_DATA): $(metadata_in_files)
noinst_DATA = mate-desktop.xml.in
CLEANFILES = mate-desktop.xml mate-desktop.xml.in
-EXTRA_DIST = $(background_DATA) mate-desktop.xml.in.in
+EXTRA_DIST = \
+ $(background_DATA) \
+ mate-desktop.xml.in.in \
+ meson.build
mate-desktop.xml.in: mate-desktop.xml.in.in Makefile
$(AM_V_GEN)sed -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/mate-desktop.xml.in.in > mate-desktop.xml.in.tmp \