From 6043b1f90c7ed9ee115c2db605614bf17606fce9 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 22 Feb 2024 15:14:19 +0100 Subject: Distribute Meson build system Fixes #454. --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) \ -- cgit v1.2.1