Added linking test programs to libunbounc

This commit is contained in:
Melinda Shore 2013-10-21 21:55:11 -07:00
parent 65762811bf
commit 69cf72c1c4
1 changed files with 1 additions and 1 deletions

View File

@ -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