diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2021-04-30 16:12:43 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2021-04-30 16:14:29 +0200 |
commit | 2e92d3460d5d0aa3c87433eb41a39e1ae9a3b9d7 (patch) | |
tree | 3a8f4190b0c3c61531b6f9d0f40c37bb4b6c4460 | |
parent | 2939d4a05ef2f66101ac8071f365dd8b07ed0f42 (diff) |
Makefile.am: Include meson-only files
This makes it possible to use both autotools and meson to build and
install the tarball.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6078b11..851a194 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,13 @@ dist_noinst_DATA = \ README.md \ GOVERNANCE.md \ MEMBERS.md \ + meson.build \ + meson_options.txt \ + tests/meson.build \ + tests/build-cxx.cc.in \ + tests/build-pedantic.c.in \ + tests/replace.py \ + tests/scan.sh \ $(NULL) noarch_pkgconfig_DATA = wayland-protocols.pc |