From: W.C.A. Wijngaards Date: Thu, 30 Jan 2020 15:12:39 +0000 (+0100) Subject: - Add build rule for ipset to Makefile X-Git-Tag: release-1.10.0rc1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833021d84d09131e8c9dec6052e4f4e59e6470e8;p=thirdparty%2Funbound.git - Add build rule for ipset to Makefile --- 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