summaryrefslogtreecommitdiff
path: root/console-client/Makefile
diff options
context:
space:
mode:
authorDiego Nieto Cid <dnietoc@gmail.com>2011-04-06 16:14:34 -0300
committerDiego Nieto Cid <dnietoc@gmail.com>2011-04-16 23:45:24 -0300
commit3d534c36b1f423ee98c17efe57ab560096f60eb1 (patch)
tree861d107aad2b847af9e77303a12979c3cc0fece1 /console-client/Makefile
parenteee30a4ad23137497c96f93f99a1aa9e6f802724 (diff)
Remove default keymap.
* console-client/xkb/default.xkb: Removed file. * console-client/xkb/makeconf.sh: Likewise. * console-client/xkb/xkbdefaults.c: Likewise. * console-client/xkb/parser.y(parse_xkbconfig): Don't use harcoded defaults, return error when no keymap file is given.
Diffstat (limited to 'console-client/Makefile')
-rw-r--r--console-client/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/console-client/Makefile b/console-client/Makefile
index 6fb96275..7629e06a 100644
--- a/console-client/Makefile
+++ b/console-client/Makefile
@@ -55,7 +55,7 @@ XKB_DATA_FILES = keymap/hurd types/hurd symbols/hurd
CPPFLAGS += -DQUAERENDO_INVENIETIS
DIST_FILES = xkb/HACKING xkb/MISSING-FEATURES xkb/README xkb/TODO \
- xkb/default.xkb xkb/makeconf.sh xkb/kstoucs_map.sh \
+ xkb/kstoucs_map.sh \
$(addprefix xkb/xkb-data/, $(XKB_DATA_FILES))
include ../Makeconf
@@ -112,8 +112,7 @@ parser.tab.h: parser.y
fi
XKB_SRCS = xkb/compose.c xkb/kstoucs.c xkb/parser.y xkb/lex.l \
- xkb/xkb.c xkb/xkbdata.c xkb/xkbdefaults.c \
- xkb/xkbtimer.c
+ xkb/xkb.c xkb/xkbdata.c xkb/xkbtimer.c
ifeq ($(HAVE_X11),yes)
XKB_UNITS = $(basename $(notdir $(XKB_SRCS)))
pc_kbd.so.$(hurd-version): $(addsuffix _pic.o,$(XKB_UNITS))