From: Ben Collins Date: Sat, 13 Mar 1999 20:32:40 +0000 (+0000) Subject: Added lockf.o to list of OBJS and lockf.c to list of SRCS X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~391 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=75d6e3f7382ee697ba4e33e11a9a06fb7d2f546c;p=openldap Added lockf.o to list of OBJS and lockf.c to list of SRCS --- diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index 94502f11fd..03d012a0de 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -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