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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9600c5..f8e2c63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,9 @@ dist-hook: EXTRA_DIST = \ its \ - autogen.sh + autogen.sh \ + meson.build \ + po/meson.build MAINTAINERCLEANFILES = \ Makefile.in \ |