mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
test progs need -llutil
This commit is contained in:
parent
db8aec69e2
commit
b934eeb948
@ -11,9 +11,7 @@ SRCS = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c
|
|||||||
LDAP_INCDIR= ../../include
|
LDAP_INCDIR= ../../include
|
||||||
LDAP_LIBDIR= ../../libraries
|
LDAP_LIBDIR= ../../libraries
|
||||||
|
|
||||||
NT_XLIBS = $(LDAP_LIBLUTIL_A)
|
XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
|
||||||
|
|
||||||
XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) $(@PLAT@_XLIBS)
|
|
||||||
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
||||||
|
|
||||||
# build-tools: FORCE
|
# build-tools: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user