]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/Makefile.in
More contrib cleanout
[openldap] / libraries / liblutil / Makefile.in
index 87192d29705c7c87809ef8827cf5e7abaa2ad7b6..f40e04c54c58c874b76d8cfadc7a94e98ee6b8d7 100644 (file)
@@ -13,18 +13,18 @@ NT_OBJS = ntservice.o slapdmsg.res
 UNIX_SRCS = detach.c
 UNIX_OBJS = detach.o
 
-SRCS   = base64.c debug.c entropy.c \
+SRCS   = base64.c debug.c entropy.c sasl.c signal.c hash.c \
        md5.c passwd.c sha1.c getpass.c lockf.c utils.c sockpair.c \
        @LIBSRCS@ $(@PLAT@_SRCS)
 
-OBJS   = base64.o debug.o entropy.o \
+OBJS   = base64.o debug.o entropy.o sasl.o signal.o hash.o \
        md5.o passwd.o sha1.o getpass.o lockf.o utils.o sockpair.o \
        @LIBOBJS@ $(@PLAT@_OBJS)
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries
 
-NT_DYN_LIB_DEFS = -DLIBLDAP_DECL=dllimport
+NT_DYN_LIB_DEFS = -DLDAP_DECL=dllimport
 CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
 
 # These rules are for a Mingw32 build, specifically.