summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/Makefile
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-08-22 21:37:54 +0900
committerSimon Horman <horms@verge.net.au>2010-10-04 22:45:24 +0900
commit8be67a6617b3403551fccb67b1c624c659419515 (patch)
tree902f8092ab95dfd06a80bdaf90bb2e51e23f285b /net/netfilter/ipvs/Makefile
parenta3c918acd29a96aba3b46bf50136e7953a480d17 (diff)
downloadlinux-stable-8be67a6617b3403551fccb67b1c624c659419515.tar.gz
linux-stable-8be67a6617b3403551fccb67b1c624c659419515.tar.bz2
linux-stable-8be67a6617b3403551fccb67b1c624c659419515.zip
IPVS: management of persistence engine modules
This is based heavily on the scheduler management code Signed-off-by: Simon Horman <horms@verge.net.au> Acked-by: Julian Anastasov <ja@ssi.bg>
Diffstat (limited to 'net/netfilter/ipvs/Makefile')
-rw-r--r--net/netfilter/ipvs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/Makefile b/net/netfilter/ipvs/Makefile
index 349fe8819b89..4a87bf3c6293 100644
--- a/net/netfilter/ipvs/Makefile
+++ b/net/netfilter/ipvs/Makefile
@@ -14,7 +14,7 @@ ip_vs-extra_objs-$(CONFIG_IP_VS_NFCT) += ip_vs_nfct.o
ip_vs-objs := ip_vs_conn.o ip_vs_core.o ip_vs_ctl.o ip_vs_sched.o \
ip_vs_xmit.o ip_vs_app.o ip_vs_sync.o \
- ip_vs_est.o ip_vs_proto.o \
+ ip_vs_est.o ip_vs_proto.o ip_vs_pe.o \
$(ip_vs_proto-objs-y) $(ip_vs-extra_objs-y)