]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/Makefile.in
All implementations of lutil_lockf (aka ldap_lockf) block until
[openldap] / libraries / liblutil / Makefile.in
index e4cd68314c434be08da1cf3df8cf4fbd131cc76f..03d012a0de80bd7194204857250535fee72b4618 100644 (file)
@@ -3,10 +3,9 @@
 ##
 
 LIBRARY        = liblutil.a
-SRCS   = base64.c md5.c sha1.c
-OBJS   = base64.o md5.o sha1.o
+SRCS   = base64.c detach.c md5.c passwd.c sha1.c getpass.c lockf.c
+OBJS   = base64.o detach.o md5.o passwd.o sha1.o getpass.o lockf.o @LIBOBJS@
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries
 
-XDEFS  = @LUTIL_DEFS@