diff --git a/Makefile.in b/Makefile.in index e81131468..36e9b2f38 100644 --- a/Makefile.in +++ b/Makefile.in @@ -643,6 +643,9 @@ depend: fi rm -f $(DEPEND_TMP) $(DEPEND_TMP2) +# build rules +ipset.lo ipset.o: $(srcdir)/ipset/ipset.c + # Dependencies dns.lo dns.o: $(srcdir)/services/cache/dns.c config.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h \ $(srcdir)/iterator/iter_utils.h $(srcdir)/iterator/iter_resptype.h $(srcdir)/validator/val_nsec.h \ diff --git a/doc/Changelog b/doc/Changelog index 1b78c8d6d..2bf844243 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -12,6 +12,7 @@ and Frzk. Updates the unbound.service systemd file and adds a portable systemd service file. - updated .gitignore for added contrib file. + - Add build rule for ipset to Makefile 29 January 2020: Ralph - Merge PR#156 from Alexander Berkes; Added unbound-control