diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a341a411..986c1e94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,14 @@ SUBDIRS = po src doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -EXTRA_DIST = its autogen.sh HACKING +EXTRA_DIST = \ + its \ + autogen.sh \ + HACKING \ + meson.build \ + meson_options.txt \ + meson_post_install.py \ + po/meson.build DISTCLEANFILES = po/stamp-it |