diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-03-27 23:03:47 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-03-27 23:03:47 +0000 |
commit | 0e88cefbfecbff0c7dd606ce0caca840f45cbc0d (patch) | |
tree | b33fadb88309ddb2531c75e2691e597894a4e575 /xkb/Makefile.am | |
parent | 5be8a66d324f3d5840b134ad29069eace64e6f12 (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.am | 4 |
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 \ |