summaryrefslogtreecommitdiff
path: root/xkb/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-03-27 23:03:47 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-03-27 23:03:47 +0000
commit0e88cefbfecbff0c7dd606ce0caca840f45cbc0d (patch)
treeb33fadb88309ddb2531c75e2691e597894a4e575 /xkb/Makefile.am
parent5be8a66d324f3d5840b134ad29069eace64e6f12 (diff)
Prune XKB code to only what we need to run the server. Remove dead
!XKB_IN_SERVER codepaths. Remove HAVE_CONFIG_H codepaths.
Diffstat (limited to 'xkb/Makefile.am')
-rw-r--r--xkb/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/xkb/Makefile.am b/xkb/Makefile.am
index 01dc8e4c8..1669d882b 100644
--- a/xkb/Makefile.am
+++ b/xkb/Makefile.am
@@ -30,10 +30,8 @@ DIX_SRCS = \
XKBFILE_SRCS = \
maprules.c \
xkmread.c \
- xkbtext.c \
xkbfmisc.c \
- xkberrs.c \
- xkbout.c
+ xkberrs.c
X11_SRCS = \
XKBMisc.c \