From 82509f1714275723e57461f5a0863974854ac0d0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 14 May 2009 23:41:39 +0200 Subject: keymap: distribute check-keymaps.sh This was forgotten to be added to EXTRA_DIST for building source distributions. --- keymap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymap/Makefile.am b/keymap/Makefile.am index 42bb9f7..77476e5 100644 --- a/keymap/Makefile.am +++ b/keymap/Makefile.am @@ -72,7 +72,7 @@ keymap_SOURCES = keymap.c nodist_keymap_SOURCES = keys-from-name.h keys-to-name.h keymap_CPPFLAGS = $(AM_CPPFLAGS) -EXTRA_DIST=keymaps +EXTRA_DIST=keymaps check-keymaps.sh BUILT_SOURCES = keys-from-name.h keys-to-name.h CLEANFILES = keys.txt keys-from-name.gperf keys-from-name.h keys-to-name.h TESTS = check-keymaps.sh -- cgit