Commit df28d5e8e3d096f9c791bd82a540730ba5e6e859

Ran Benita 2019-02-22T15:37:27

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>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \