From cd642b27ac97eed39a595e23e5866c540e4a9f53 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 1 Aug 2017 23:36:33 +0300 Subject: [PATCH] build/autotools: dist the meson build files So that it's possible to build with meson from autotools-generated tarballs. Signed-off-by: Ran Benita --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8a6ee17..092b771 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ EXTRA_DIST = \ xkbcommon-x11.map \ PACKAGING \ LICENSE \ + meson.build \ + meson_options.txt \ test/symbols-leak-test.bash # The constants are added here instead of using AC_DEFINE_UNQUOTED