From bd99e950f580ee681546649d7c30fc02faad84e7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 20 Nov 2008 23:08:33 +0100 Subject: [PATCH] ipset: enable building of new modules Whoops, modules need to be listed in GNUmakefile.in! (Needed for out-of-srcdir builds.) --- extensions/ipset/GNUmakefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/ipset/GNUmakefile.in b/extensions/ipset/GNUmakefile.in index 72893f7..d473a3a 100644 --- a/extensions/ipset/GNUmakefile.in +++ b/extensions/ipset/GNUmakefile.in @@ -43,7 +43,9 @@ am__verbose_CCLD = ${am__1verbose_CCLD_${VU}} # # Building blocks # -targets := $(addsuffix .so,$(addprefix libipset_,iphash ipmap ipporthash iptree iptreemap macipmap nethash portmap)) +targets := $(addsuffix .so,$(addprefix libipset_, \ + iphash ipmap ipporthash ipportiphash ipportnethash iptree \ + iptreemap macipmap nethash portmap setlist)) .SECONDARY: