summaryrefslogtreecommitdiff
path: root/dix/Makefile.am
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-07-08 11:33:44 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-07-08 11:33:44 +0200
commit63f13e01ee6e7df1753f2113f4cff9538596be0a (patch)
treec4e828e89f3ce4acf450c5327ea1a156419ee95c /dix/Makefile.am
parent5416f90e9c939027005fc01fa3ce3df56919ae0d (diff)
Bug #7097: do case-insensitive comparison for some hotkeys.
xkb's strcasecmp implementation has been moved to the dix so it's now safe to just use strcasecmp().
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r--dix/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am
index c9a19f77b..414f1258c 100644
--- a/dix/Makefile.am
+++ b/dix/Makefile.am
@@ -29,7 +29,8 @@ libdix_la_SOURCES = \
swaprep.c \
swapreq.c \
tables.c \
- window.c
+ window.c \
+ strcasecmp.c
libxpstubs_la_SOURCES = \
xpstubs.c