Added lockf.o to list of OBJS and lockf.c to list of SRCS

This commit is contained in:
Ben Collins 1999-03-13 20:32:40 +00:00
parent 4e733cf024
commit 75d6e3f738

View 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