summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorrusty <rusty>2000-07-30 22:25:59 +0000
committerrusty <rusty>2000-07-30 22:25:59 +0000
commite7f8529a4c04b7c0c0df0eea3fd7f510cd1d1b2d (patch)
tree551eb07cc4e5367f16b3f8114f0a2da4552ec30b /extensions/Makefile
parent872609af2f2f6468a286c572d3cf122496c4d2de (diff)
Harald Welte's ULOG target with tests (untested).
Diffstat (limited to 'extensions/Makefile')
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 04fd896..358940b 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,6 +1,6 @@
#! /usr/bin/make
-PF_EXT_SLIB:=tcp udp icmp mac limit standard REJECT LOG unclean state multiport tos TOS mark MARK owner SNAT DNAT MASQUERADE REDIRECT
+PF_EXT_SLIB:=tcp udp icmp mac limit standard REJECT LOG unclean state multiport tos TOS mark MARK owner SNAT DNAT MASQUERADE REDIRECT ULOG
PF6_EXT_SLIB:=tcp udp icmp standard
SHARED_LIBS+=$(foreach T,$(PF_EXT_SLIB),extensions/libipt_$(T).so)
SHARED_LIBS+=$(foreach T,$(PF6_EXT_SLIB),extensions/libip6t_$(T).so)