mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
OBJS: passwd.c -> passwd.o (I thought I already fixed this once)
This commit is contained in:
parent
6d2f28c080
commit
499735fec6
@ -4,7 +4,7 @@
|
||||
|
||||
LIBRARY = liblutil.a
|
||||
SRCS = base64.c detach.c md5.c passwd.c sha1.c
|
||||
OBJS = base64.o detach.o md5.o passwd.c sha1.o @LIBOBJS@
|
||||
OBJS = base64.o detach.o md5.o passwd.o sha1.o @LIBOBJS@
|
||||
|
||||
LDAP_INCDIR= ../../include
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
Loading…
Reference in New Issue
Block a user