diff options
-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 : |