summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2026-07-06 20:59:38 +0200
committerVictor Kareh <[email protected]>2026-07-06 20:43:57 +0000
commit182ff879ecac09943690b35253e067cbf55d14e2 (patch)
treebd36e749b76f8a9864eb7c7f9ffe5b1cb75f0d82
parentabb1f769cb74772bce95681cb24202c390ae8755 (diff)
downloadmate-menus-master.tar.bz2
mate-menus-master.tar.xz
build: Distribute meson build files when using autotoolsHEADmaster
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 14434e7..a5e3505 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,15 @@ SUBDIRS = $(PO_SUBDIR) libmenu desktop-directories layout util
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-EXTRA_DIST = autogen.sh
+EXTRA_DIST = \
+ autogen.sh \
+ meson.build \
+ meson_options.txt \
+ desktop-directories/meson.build \
+ layout/meson.build \
+ libmenu/meson.build \
+ po/meson.build \
+ util/meson.build
DISTCHECK_CONFIGURE_FLAGS = \
--disable-introspection \