mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix detach.c typo in OBJS
This commit is contained in:
parent
d4a4a4cd25
commit
f67adafb44
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
LIBRARY = liblutil.a
|
||||
SRCS = base64.c detach.c md5.c passwd.c sha1.c
|
||||
OBJS = base64.o detach.c md5.o passwd.c sha1.o @LIBOBJS@
|
||||
OBJS = base64.o detach.o md5.o passwd.c sha1.o @LIBOBJS@
|
||||
|
||||
LDAP_INCDIR= ../../include
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
|
|
|||
Loading…
Reference in a new issue