From: Jan Engelhardt Date: Thu, 20 Nov 2008 22:08:33 +0000 (+0100) Subject: ipset: enable building of new modules X-Git-Tag: v1.7~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd99e950f580ee681546649d7c30fc02faad84e7;p=thirdparty%2Fxtables-addons.git ipset: enable building of new modules Whoops, modules need to be listed in GNUmakefile.in! (Needed for out-of-srcdir builds.) --- 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: