build: fix meson build from tarball generated by autotools These files are used by the meson build only. Previously, trying to build with meson using the tarball generated by distcheck would fail. Fixes https://github.com/xkbcommon/libxkbcommon/issues/87. Reported-by: manesm52 Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/Makefile.am b/Makefile.am
index 3f53b03..b19546e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,9 @@ EXTRA_DIST = \
scripts/update-keywords \
scripts/doxygen-wrapper \
src/xkbcomp/keywords.gperf \
+ fuzz \
test/data \
+ test/xkeyboard-config-test.py.in \
README.md \
doc/quick-guide.md \
doc/compat.md \