lib: libunbound.la
-libunbound.la: $(LIBUNBOUND_OBJ)
+libunbound.la: $(LIBUNBOUND_OBJ) $(ldnslib)
$(INFO) Link $@
$Q$(LINK_LIB) -export-symbols $(srcdir)/libunbound/ubsyms.def -o $@ $(sort $(LIBUNBOUND_OBJ)) -rpath $(libdir) $(LIBS)
3 September 2009: Wouter
- Got a patch from Luca Bruno for libunbound support on windows to
pick up the system resolvconf nameservers and hosts there.
- - included ldns updated.
+ - included ldns updated (enum warning fixed).
+ - makefile fix for parallel makes.
2 September 2009: Wouter
- TRAFFIC keyword for testbound. Simplifies test generation.