diff options
author | raveit65 <[email protected]> | 2020-02-26 17:14:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-26 17:16:24 +0100 |
commit | 564286d77450ab95135e83eb026daf28d8800a71 (patch) | |
tree | 027a88eb89ec6cac5062c3fcb0cdc1c73e0954cf /abstract | |
parent | 7707075aaf967c84da0880090708b63b458166f0 (diff) | |
download | mate-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 'abstract')
-rw-r--r-- | abstract/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/abstract/Makefile.am b/abstract/Makefile.am index eb12269..0cb56c8 100644 --- a/abstract/Makefile.am +++ b/abstract/Makefile.am @@ -18,7 +18,10 @@ $(metadata_DATA): $(metadata_in_files) noinst_DATA = mate-abstract.xml.in CLEANFILES = mate-abstract.xml mate-abstract.xml.in -EXTRA_DIST = $(background_DATA) mate-abstract.xml.in.in +EXTRA_DIST = \ + $(background_DATA) \ + mate-abstract.xml.in.in \ + meson.build mate-abstract.xml.in: mate-abstract.xml.in.in Makefile $(AM_V_GEN)sed -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/mate-abstract.xml.in.in > mate-abstract.xml.in.tmp \ |