mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
LIBS needs to be redefined to link test programs.
This commit is contained in:
parent
b35e18c03f
commit
1941422b2d
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ XSRCS = version.c
|
|||
|
||||
PROGRAMS= dtest etest idtest
|
||||
|
||||
LIBS = -L$(LDAP_LIBDIR) -llber $(AC_LIBS)
|
||||
|
||||
dtest: $(LIBRARY) dtest.o
|
||||
$(CC) $(LDFLAGS) -o $@ dtest.o $(LIBS)
|
||||
etest: $(LIBRARY) etest.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue