mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
More for ITS#6870
This commit is contained in:
parent
c70165c294
commit
061786c8dc
2 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
|||
## <http://www.OpenLDAP.org/license.html>.
|
||||
|
||||
SUBDIRS= \
|
||||
liblutil \
|
||||
liblber \
|
||||
liblutil \
|
||||
liblunicode \
|
||||
libldap libldap_r \
|
||||
librewrite
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ PROGRAMS= dtest etest idtest
|
|||
LDAP_INCDIR= ../../include
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A)
|
||||
XLIBS = $(LIBRARY)
|
||||
XXLIBS =
|
||||
NT_LINK_LIBS = $(AC_LIBS)
|
||||
UNIX_LINK_LIBS = $(AC_LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue