From ad6d40200d0a89e47f769e2698ef2b80bc48f0a2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 24 Feb 2024 21:51:04 +0100 Subject: Distribute Meson build system --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1755135..c29dfe7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,13 @@ EXTRA_DIST = \ autogen.sh \ HACKING +# Distribute the Meson build system files as well +EXTRA_DIST += \ + meson.build \ + meson_options.txt \ + po/meson.build \ + src/meson.build + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} clean-local : -- cgit v1.2.1