mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
test programs need -llutil
This commit is contained in:
parent
3b141ba108
commit
0fcec3a01c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ PROGRAMS= dtest etest idtest
|
|||
LDAP_INCDIR= ../../include
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = $(LIBRARY)
|
||||
XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A)
|
||||
XXLIBS =
|
||||
NT_LINK_LIBS = $(AC_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue