]> git.sur5r.net Git - openldap/commitdiff
Added lockf.o to list of OBJS and lockf.c to list of SRCS
authorBen Collins <bcollins@openldap.org>
Sat, 13 Mar 1999 20:32:40 +0000 (20:32 +0000)
committerBen Collins <bcollins@openldap.org>
Sat, 13 Mar 1999 20:32:40 +0000 (20:32 +0000)
libraries/liblutil/Makefile.in

index 94502f11fd1f67b6e5b17b5ce6f306f3cf5fb42a..03d012a0de80bd7194204857250535fee72b4618 100644 (file)
@@ -3,8 +3,8 @@
 ##
 
 LIBRARY        = liblutil.a
-SRCS   = base64.c detach.c md5.c passwd.c sha1.c getpass.c
-OBJS   = base64.o detach.o md5.o passwd.o sha1.o getpass.o @LIBOBJS@
+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