From 97a3830515785c3716dd5533d75f2d736defae64 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 2 Mar 2009 10:14:36 +0000 Subject: [PATCH] fix test app. git-svn-id: file:///svn/unbound/trunk@1505 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 2 +- doc/Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f629e3614..0c3b7d1c9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,7 +100,7 @@ SIGNIT_SRC=testcode/signit.c smallapp/worker_cb.c $(COMMON_SRC) SIGNIT_OBJ=$(addprefix $(BUILD),$(SIGNIT_SRC:.c=.lo)) $(COMPAT_OBJ) MEMSTATS_SRC=testcode/memstats.c smallapp/worker_cb.c $(COMMON_SRC) MEMSTATS_OBJ=$(addprefix $(BUILD),$(MEMSTATS_SRC:.c=.lo)) $(COMPAT_OBJ) -ASYNCLOOK_SRC=testcode/asynclook.c +ASYNCLOOK_SRC=testcode/asynclook.c util/log.c ASYNCLOOK_OBJ=$(addprefix $(BUILD),$(ASYNCLOOK_SRC:.c=.lo)) $(COMPAT_OBJ) STREAMTCP_SRC=testcode/streamtcp.c smallapp/worker_cb.c $(COMMON_SRC) STREAMTCP_OBJ=$(addprefix $(BUILD),$(STREAMTCP_SRC:.c=.lo)) $(COMPAT_OBJ) diff --git a/doc/Changelog b/doc/Changelog index 152b72a2e..92501812a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ Thanks to Ondrej Sury and Robert Edmonds for finding it. - iana portlist updated. - document FAQ entry on stub/forward zones and default blocking. + - fix asynclook test app for libunbound not exporting symbols. 27 February 2009: Wouter - Fixup lexer, to not give warnings about fwrite. Appeared in