mirror of https://github.com/getdnsapi/getdns.git
Make example programs find uninstalled .so too
This commit is contained in:
parent
448b033df5
commit
943d1e916a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue