mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
test programs need -llutil
This commit is contained in:
parent
0fcec3a01c
commit
db8aec69e2
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ LDAP_LIBDIR= ../../libraries
|
|||
|
||||
LIBRARY = libavl.a
|
||||
PROGRAMS = testavl
|
||||
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA)
|
||||
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
|
||||
|
||||
testavl: $(XLIBS) testavl.o
|
||||
$(LTLINK) -o $@ testavl.o $(LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue