Skip to content
Snippets Groups Projects
Commit 1941422b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

LIBS needs to be redefined to link test programs.

parent b35e18c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment