summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2009-05-09 12:25:04 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2009-05-09 12:25:04 +0200
commit795dbb551a5b7e0f227cd6613afadc2fd22cf015 (patch)
tree02ec70be694bcd19bec7fdd9ebfb6ab531cf2545
parent7f51617e8a21cc8d037c297d01ad743309cf5cc6 (diff)
keymap: fix distributed sources
Do not ship generated keys_{from,to}_name.h, ship keymap files.
-rw-r--r--keymap/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/keymap/Makefile.am b/keymap/Makefile.am
index 10be735..3b8ab74 100644
--- a/keymap/Makefile.am
+++ b/keymap/Makefile.am
@@ -27,9 +27,11 @@ udevkeymap_DATA = keymaps/*
udevhomedir = $(udev_prefix)/lib/udev
udevhome_PROGRAMS = keymap
-keymap_SOURCES = keymap.c keys-from-name.h keys-to-name.h
+keymap_SOURCES = keymap.c
+nodist_keymap_SOURCES = keys-from-name.h keys-to-name.h
keymap_CPPFLAGS = $(AM_CPPFLAGS)
+EXTRA_DIST=keymaps
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