Make test program find uninstalled .so

This commit is contained in:
Willem Toorop 2014-05-20 17:15:54 +02:00
parent 57b51a5dcc
commit 448b033df5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ CHECK_EV_PROG=@CHECK_EV_PROG@
CC=@CC@
CFLAGS=@CFLAGS@ -Wall -I.. -I$(srcdir)/.. -I$(srcdir) -std=c99 $(cflags)
LDFLAGS=@LDFLAGS@
LDFLAGS=@LDFLAGS@ -L..
LDLIBS=-lgetdns @LIBS@ -lcheck
PROGRAMS=tests_dict tests_list tests_stub_async tests_stub_sync check_getdns tests_dnssec $(CHECK_EV_PROG) $(CHECK_EVENT_PROG) $(CHECK_UV_PROG)