summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Claßen <sebastian.classen@freenet.ag>2007-10-08 05:13:51 +0000
committerPatrick McHardy <kaber@trash.net>2007-10-08 05:13:51 +0000
commit9e6fcb226fb767784d5f530f67bd30144aa98459 (patch)
tree611556ece23ddd394890636a47aee858c9942e29
parent72118884b63f36ec0f42ce5a7e5e9569033291ab (diff)
make print-extensions doesn't show libxt_* extensions
In extensions/Makefile the variable PFX_EXT_SLIB_OPTS is not appended to OPTIONALS, therefor 'make print-extensions' doesn't show any optional libxt_* extension. Sebastian Claßen <sebastian.classen@freenet.ag>
-rw-r--r--extensions/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 93ead510..5af234e2 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -85,6 +85,7 @@ PF_EXT_SLIB+=$(PF_EXT_SLIB_OPTS)
PF6_EXT_SLIB+=$(PF6_EXT_SLIB_OPTS)
PFX_EXT_SLIB+=$(PFX_EXT_SLIB_OPTS)
+OPTIONALS+=$(patsubst %,XT:%,$(PFX_EXT_SLIB_OPTS))
OPTIONALS+=$(patsubst %,IPv4:%,$(PF_EXT_SLIB_OPTS))
OPTIONALS+=$(patsubst %,IPv6:%,$(PF6_EXT_SLIB_OPTS))