summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2024-02-22 15:14:19 +0100
committerraveit65 <[email protected]>2024-02-22 17:05:57 +0100
commit6043b1f90c7ed9ee115c2db605614bf17606fce9 (patch)
treee5e3f4b4e008edd8b7afe572973965076a82e7ef
parente4c15fcff55700dd316ce196cf824d300f949683 (diff)
downloadmate-terminal-6043b1f90c7ed9ee115c2db605614bf17606fce9.tar.bz2
mate-terminal-6043b1f90c7ed9ee115c2db605614bf17606fce9.tar.xz
Distribute Meson build system
Fixes #454.
-rw-r--r--Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 95f078e..cb5045b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,18 @@ EXTRA_DIST = \
$(man_MANS) \
$(NULL)
+# Distribute the Meson build system files as well
+EXTRA_DIST += \
+ help/LINGUAS \
+ help/meson.build \
+ meson.build \
+ meson_options.txt \
+ meson_post_install.py \
+ po/meson.build \
+ src/meson.build \
+ src/skey/meson.build \
+ subprojects/mate-submodules.wrap
+
CLEANFILES = \
mate-terminal.appdata.xml \
$(appdata_DATA) \