From c406c230d131702c1f2bc28ea386b4e3fb774936 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 24 Feb 2024 22:07:56 +0100 Subject: Distribute Meson build system --- Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Makefile.am b/Makefile.am index 23b8c15..165cf94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,21 @@ endif EXTRA_DIST = \ autogen.sh +# Distribute the Meson build system files as well +EXTRA_DIST += \ + meson.build \ + meson_options.txt \ + meson_post_install.sh \ + applets/brightness/meson.build \ + applets/inhibit/meson.build \ + data/meson.build \ + data/icons/meson.build \ + help/meson.build \ + help/LINGUAS \ + po/meson.build \ + policy/meson.build \ + src/meson.build + clean-local : rm -f *~ -- cgit v1.2.1