diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2018-01-23 19:32:18 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2018-01-23 19:32:18 +0200 |
commit | 2dd3bb0cb78634c35748643bf99529d867fa56ee (patch) | |
tree | fa46979eda3533829eb57ba26239e9b8651f446c /Makefile.am | |
parent | a8aaada019db5665bb17cfa3808cc2f74d72a342 (diff) |
Ship meson build system in autotools generated tarballs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb1e00c..bd1ae25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,3 +28,9 @@ CRUFT_FILES = \ include $(top_srcdir)/common/cruft.mak all-local: check-cruft + +EXTRA_DIST = \ + meson.build \ + meson_options.txt \ + config.h.meson \ + scripts/pythondetector |