diff options
author | raveit65 <[email protected]> | 2020-02-26 17:14:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-26 19:06:52 +0100 |
commit | 2a52a0d5fe72758c884dbcc7e8b49e1fd37e4676 (patch) | |
tree | 8ce7b4fec25dfacb9b5aa8e064201e54c0831589 /abstract/Makefile.am | |
parent | 3df75d67bc4ebb721f1e2baaa69314a5000b8013 (diff) | |
download | mate-backgrounds-2a52a0d5fe72758c884dbcc7e8b49e1fd37e4676.tar.bz2 mate-backgrounds-2a52a0d5fe72758c884dbcc7e8b49e1fd37e4676.tar.xz |
build: add meson config files to EXTRA_DIST
fixes https://github.com/mate-desktop/mate-backgrounds/issues/30
Diffstat (limited to 'abstract/Makefile.am')
-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 \ |