build: fix meson build from tarball generated by autotools
authorRan Benita <ran234@gmail.com>
Fri, 22 Feb 2019 13:37:27 +0000 (15:37 +0200)
committerRan Benita <ran234@gmail.com>
Fri, 22 Feb 2019 13:46:44 +0000 (15:46 +0200)
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>
Makefile.am

index 3f53b03..b19546e 100644 (file)
@@ -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 \