summaryrefslogtreecommitdiff
path: root/os/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-08-09 23:43:03 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2008-08-09 23:51:39 +0200
commit6e33e6f355f7f04e77a165eb67b1414724c1fba3 (patch)
tree4b59ba90a046065126c277e7a11c963ddc37bfff /os/Makefile.am
parent5968634996c08656a0c5e2fa35705cf7afac87e6 (diff)
Move string comparaison functions to from dix/ to os/.
Diffstat (limited to 'os/Makefile.am')
-rw-r--r--os/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/Makefile.am b/os/Makefile.am
index 16e4bfacc..16ecc15ae 100644
--- a/os/Makefile.am
+++ b/os/Makefile.am
@@ -18,6 +18,8 @@ libos_la_SOURCES = \
osdep.h \
osinit.c \
utils.c \
+ strcasecmp.c \
+ strcasestr.c \
xdmauth.c \
xstrans.c \
xprintf.c \