mirror of https://github.com/getdnsapi/getdns.git
Added linking test programs to libunbounc
This commit is contained in:
parent
65762811bf
commit
69cf72c1c4
|
@ -18,7 +18,7 @@ VPATH = @srcdir@
|
|||
CC=gcc
|
||||
CFLAGS=-Wall -g -fPIC -I$(srcdir)/ -I$(srcdir)/../ -I/usr/local/include -std=c99 $(cflags)
|
||||
LDFLAGS=-L. -L$(srcdir)/.. -L/usr/local/lib
|
||||
LDLIBS=-lgetdns -lldns -levent_core
|
||||
LDLIBS=-lgetdns -lldns -levent_core -lunbound
|
||||
PROGRAMS=tests_dict tests_list tests_stub_async tests_stub_sync
|
||||
|
||||
.SUFFIXES: .c .o .a .lo .h
|
||||
|
|
Loading…
Reference in New Issue