diff options
author | raveit65 <[email protected]> | 2020-02-24 17:34:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-24 18:05:15 +0100 |
commit | 4499ed746d610b2e57a7a3771644a0a67d43b0be (patch) | |
tree | a7f49ae9db1c81c839c8ef490ac9909af1a5e082 /Makefile.am | |
parent | 3b6919c5eafb76f36f240f8c5651698539860853 (diff) | |
download | marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.bz2 marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.xz |
add meson build files to EXTRA_DIST
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 |