diff options
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
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 = \ |