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>.
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SUBDIRS= \
|
SUBDIRS= \
|
||||||
liblutil \
|
|
||||||
liblber \
|
liblber \
|
||||||
|
liblutil \
|
||||||
liblunicode \
|
liblunicode \
|
||||||
libldap libldap_r \
|
libldap libldap_r \
|
||||||
librewrite
|
librewrite
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ PROGRAMS= dtest etest idtest
|
||||||
LDAP_INCDIR= ../../include
|
LDAP_INCDIR= ../../include
|
||||||
LDAP_LIBDIR= ../../libraries
|
LDAP_LIBDIR= ../../libraries
|
||||||
|
|
||||||
XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A)
|
XLIBS = $(LIBRARY)
|
||||||
XXLIBS =
|
XXLIBS =
|
||||||
NT_LINK_LIBS = $(AC_LIBS)
|
NT_LINK_LIBS = $(AC_LIBS)
|
||||||
UNIX_LINK_LIBS = $(AC_LIBS)
|
UNIX_LINK_LIBS = $(AC_LIBS)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue