diff --git a/Makefile.in b/Makefile.in index b3880f1ab..0ee6d46d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -189,7 +189,7 @@ test: tests 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) diff --git a/doc/Changelog b/doc/Changelog index 5ed94dfd6..852d17be0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,7 +1,8 @@ 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.