mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
fix test app.
git-svn-id: file:///svn/unbound/trunk@1505 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2bf8d9b4b2
commit
97a3830515
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
SIGNIT_OBJ=$(addprefix $(BUILD),$(SIGNIT_SRC:.c=.lo)) $(COMPAT_OBJ)
|
||||||
MEMSTATS_SRC=testcode/memstats.c smallapp/worker_cb.c $(COMMON_SRC)
|
MEMSTATS_SRC=testcode/memstats.c smallapp/worker_cb.c $(COMMON_SRC)
|
||||||
MEMSTATS_OBJ=$(addprefix $(BUILD),$(MEMSTATS_SRC:.c=.lo)) $(COMPAT_OBJ)
|
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)
|
ASYNCLOOK_OBJ=$(addprefix $(BUILD),$(ASYNCLOOK_SRC:.c=.lo)) $(COMPAT_OBJ)
|
||||||
STREAMTCP_SRC=testcode/streamtcp.c smallapp/worker_cb.c $(COMMON_SRC)
|
STREAMTCP_SRC=testcode/streamtcp.c smallapp/worker_cb.c $(COMMON_SRC)
|
||||||
STREAMTCP_OBJ=$(addprefix $(BUILD),$(STREAMTCP_SRC:.c=.lo)) $(COMPAT_OBJ)
|
STREAMTCP_OBJ=$(addprefix $(BUILD),$(STREAMTCP_SRC:.c=.lo)) $(COMPAT_OBJ)
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
Thanks to Ondrej Sury and Robert Edmonds for finding it.
|
Thanks to Ondrej Sury and Robert Edmonds for finding it.
|
||||||
- iana portlist updated.
|
- iana portlist updated.
|
||||||
- document FAQ entry on stub/forward zones and default blocking.
|
- document FAQ entry on stub/forward zones and default blocking.
|
||||||
|
- fix asynclook test app for libunbound not exporting symbols.
|
||||||
|
|
||||||
27 February 2009: Wouter
|
27 February 2009: Wouter
|
||||||
- Fixup lexer, to not give warnings about fwrite. Appeared in
|
- Fixup lexer, to not give warnings about fwrite. Appeared in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue