]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix test app.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Mar 2009 10:14:36 +0000 (10:14 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Mar 2009 10:14:36 +0000 (10:14 +0000)
git-svn-id: file:///svn/unbound/trunk@1505 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index f629e3614d4facaa756eeeba6357e521471917db..0c3b7d1c9a0023a85ea89eb525d0f78b5fba0110 100644 (file)
@@ -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)
index 152b72a2eeedd9c143a612229a402ced530a855d..92501812aa623909077cf2ce77fd37fe8c0dbde1 100644 (file)
@@ -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