build: distribute makekeys.py and keywords.gperf
authorRan Benita <ran234@gmail.com>
Thu, 29 Aug 2013 16:07:25 +0000 (19:07 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 29 Aug 2013 16:07:25 +0000 (19:07 +0300)
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>
Makefile.am

index 8d92073..d72c91b 100644 (file)
@@ -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