diff options
| author | raveit65 <[email protected]> | 2026-07-06 20:59:38 +0200 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-07-06 20:43:57 +0000 |
| commit | 182ff879ecac09943690b35253e067cbf55d14e2 (patch) | |
| tree | bd36e749b76f8a9864eb7c7f9ffe5b1cb75f0d82 | |
| parent | abb1f769cb74772bce95681cb24202c390ae8755 (diff) | |
| download | mate-menus-master.tar.bz2 mate-menus-master.tar.xz | |
| -rw-r--r-- | Makefile.am | 10 |
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 \ |
