diff options
author | raveit65 <[email protected]> | 2024-02-24 21:28:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-26 12:49:06 +0100 |
commit | 8b33daa7c3ac11fa30bd7e491e509d89f9cdcc27 (patch) | |
tree | fb49bfc87265e16aaee129c37af742255ab35671 /Makefile.am | |
parent | 1f1fb3c13f8fe9a6e33562a145d66f1900ed7b52 (diff) | |
download | engrampa-8b33daa7c3ac11fa30bd7e491e509d89f9cdcc27.tar.bz2 engrampa-8b33daa7c3ac11fa30bd7e491e509d89f9cdcc27.tar.xz |
Distribute Meson build system
Diffstat (limited to 'Makefile.am')
-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 = \ |