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