Make example programs find uninstalled .so too

This commit is contained in:
Willem Toorop 2014-05-21 07:15:55 +02:00
parent 448b033df5
commit 943d1e916a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ VPATH = @srcdir@
CC=@CC@
CFLAGS=@CFLAGS@ -Wall -I.. -I$(srcdir)/.. -I$(srcdir) -I/usr/local/include -std=c99
LDFLAGS=@LDFLAGS@
LDFLAGS=@LDFLAGS@ -L..
LDLIBS=-lgetdns -lgetdns_ext_event @LIBS@
PROGRAMS=example-all-functions example-simple-answers example-tree example-synchronous example-reverse