Move string comparaison functions to from dix/ to os/.

This commit is contained in:
Matthieu Herrb 2008-08-09 23:43:03 +02:00
parent 5968634996
commit 6e33e6f355
4 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,7 @@ libdix_la_SOURCES = \
swaprep.c \
swapreq.c \
tables.c \
window.c \
strcasecmp.c \
strcasestr.c
window.c
EXTRA_DIST = buildatoms BuiltInAtoms CHANGES Xserver.d Xserver-dtrace.h.in

View File

@ -18,6 +18,8 @@ libos_la_SOURCES = \
osdep.h \
osinit.c \
utils.c \
strcasecmp.c \
strcasestr.c \
xdmauth.c \
xstrans.c \
xprintf.c \