From 2e92d3460d5d0aa3c87433eb41a39e1ae9a3b9d7 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Fri, 30 Apr 2021 16:12:43 +0200 Subject: Makefile.am: Include meson-only files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it possible to use both autotools and meson to build and install the tarball. Signed-off-by: Jonas Ådahl --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3