build: distribute makekeys.py and keywords.gperf This was an oversight: even though we ship the pre-built files, it is still good behavior to include the original generators / source files in the tarball. Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/Makefile.am b/Makefile.am
index 8d92073..d72c91b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xkbcommon.pc
+EXTRA_DIST = \
+ makekeys.py \
+ src/xkbcomp/keywords.gperf
+
AM_CPPFLAGS = \
-DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' \
-I$(top_srcdir)/src \
@@ -164,7 +168,7 @@ check_PROGRAMS += \
endif BUILD_LINUX_TESTS
-EXTRA_DIST = \
+EXTRA_DIST += \
test/data
# This sed script strips out lines that start with '#define _' which