mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Added lockf.o to list of OBJS and lockf.c to list of SRCS
This commit is contained in:
parent
4e733cf024
commit
75d6e3f738
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue