mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
fix typo in last commit
This commit is contained in:
parent
6a64f4bc24
commit
b5fd7e342a
@ -157,7 +157,7 @@ LUTIL_LIBS = @LUTIL_LIBS@
|
||||
LTHREAD_LIBS = @LTHREAD_LIBS@
|
||||
|
||||
BDB_LIBS = @BDB_LIBS@
|
||||
LDBM_LIBS = $(LDBM_LIBS)
|
||||
LDBM_LIBS = $(BDB_LIBS)
|
||||
|
||||
LDAP_LIBLBER_LA = $(LDAP_LIBDIR)/liblber/liblber.la
|
||||
LDAP_LIBLDAP_LA = $(LDAP_LIBDIR)/libldap/libldap.la
|
||||
|
Loading…
Reference in New Issue
Block a user