From 833021d84d09131e8c9dec6052e4f4e59e6470e8 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 30 Jan 2020 16:12:39 +0100 Subject: [PATCH] - Add build rule for ipset to Makefile --- Makefile.in | 3 +++ doc/Changelog | 1 + 2 files changed, 4 insertions(+) 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