From 8b33daa7c3ac11fa30bd7e491e509d89f9cdcc27 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 24 Feb 2024 21:28:54 +0100 Subject: Distribute Meson build system --- Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Makefile.am b/Makefile.am index ed65310..784ecff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,21 @@ EXTRA_DIST = \ README \ autogen.sh +# Distribute the Meson build system files as well +EXTRA_DIST += \ + meson.build \ + meson_options.txt \ + postinstall.py \ + caja/meson.build \ + data/meson.build \ + data/icons/meson.build \ + help/LINGUAS \ + help/meson.build \ + po/meson.build \ + src/meson.build \ + src/sh/meson.build \ + subprojects/mate-submodules.wrap + DISTCLEANFILES = DISTCHECK_CONFIGURE_FLAGS = \ -- cgit v1.2.1