]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- updated dependencies in the makefile.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 May 2017 07:28:50 +0000 (07:28 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 May 2017 07:28:50 +0000 (07:28 +0000)
git-svn-id: file:///svn/unbound/trunk@4155 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index e4d2893eda5b69b640246e3e1837adce62d8e425..34d6fac5a3310a4b9cb0fc6e7b5e2f9d4a248b53 100644 (file)
@@ -924,7 +924,7 @@ validator.lo validator.o: $(srcdir)/validator/validator.c config.h $(srcdir)/val
  $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/util/fptr_wlist.h \
  $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h  \
  $(srcdir)/dnscrypt/cert.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h \
- $(srcdir)/sldns/wire2str.h
+ $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h
 val_kcache.lo val_kcache.o: $(srcdir)/validator/val_kcache.c config.h $(srcdir)/validator/val_kcache.h \
  $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
  $(srcdir)/validator/val_kentry.h $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h \
index 48700a4c3840d6423c0b7d5d8c9c6b43f7af4de6..92d41a019f917313bd232a032b9e3f96eec92359 100644 (file)
@@ -1,3 +1,6 @@
+16 May 2017: Wouter
+       - updated dependencies in the makefile.
+
 12 May 2017: Wouter
        - Adjust servfail by iterator to not store in cache when serve-expired
          is enabled, to avoid overwriting useful information there.