diff options
author | raveit65 <[email protected]> | 2024-02-24 21:51:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-26 11:46:21 +0100 |
commit | ad6d40200d0a89e47f769e2698ef2b80bc48f0a2 (patch) | |
tree | ea93f98335b1381ba05071e3df9a828e8d3f2f0b | |
parent | aacfb22a55cee0d8e082af3248f2cbb45a879076 (diff) | |
download | mate-polkit-ad6d40200d0a89e47f769e2698ef2b80bc48f0a2.tar.bz2 mate-polkit-ad6d40200d0a89e47f769e2698ef2b80bc48f0a2.tar.xz |
Distribute Meson build system
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1755135..c29dfe7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,13 @@ EXTRA_DIST = \ autogen.sh \ HACKING +# Distribute the Meson build system files as well +EXTRA_DIST += \ + meson.build \ + meson_options.txt \ + po/meson.build \ + src/meson.build + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} clean-local : |