From 69cf72c1c4a1b5765028608f6e9f8d6b1e2581d2 Mon Sep 17 00:00:00 2001 From: Melinda Shore Date: Mon, 21 Oct 2013 21:55:11 -0700 Subject: [PATCH] Added linking test programs to libunbounc --- src/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/Makefile.in b/src/test/Makefile.in index 11389f46..369f8820 100644 --- a/src/test/Makefile.in +++ b/src/test/Makefile.in @@ -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