summaryrefslogtreecommitdiff
path: root/src/udev/Makefile.am
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-02-11 18:40:16 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-02-11 18:40:16 -0500
commit298f6c812890d5c372ab0eb2bcd75feec60e82ca (patch)
treec113749e4bedbdd62cd1224353b15c72ab8e4b24 /src/udev/Makefile.am
parent79bf63bcff0c397b99626c845406d0b125c015a3 (diff)
src/udev/udev-builtin.c: remove legacy optional keymap
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/Makefile.am')
-rw-r--r--src/udev/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am
index 4a47f63063..b6583f0070 100644
--- a/src/udev/Makefile.am
+++ b/src/udev/Makefile.am
@@ -100,7 +100,7 @@ EXTRA_DIST = \
CLEANFILES = \
udev.pc
-if ENABLE_KEYMAP
+
AM_CPPFLAGS += \
-I $(top_builddir)/src/udev
@@ -133,8 +133,6 @@ CLEANFILES += \
keyboard-keys.txt \
$(BUILT_SOURCES)
-endif
-
# install udevadm symlink in sbindir
install-exec-hook:
if test "$(bindir)" != "$(sbindir)"; then \