diff options
Diffstat (limited to 'os/Makefile.am')
-rw-r--r-- | os/Makefile.am | 2 |
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 \ |