From b933ac1e25ec160d86b27d0b6477812fdd01afa4 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Apr 2007 12:09:46 +0000 Subject: ipsvd: fixes and improvements after testing --- ipsvd/Kbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipsvd/Kbuild') diff --git a/ipsvd/Kbuild b/ipsvd/Kbuild index 9eda63d20..fc34fea49 100644 --- a/ipsvd/Kbuild +++ b/ipsvd/Kbuild @@ -5,5 +5,5 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= -lib-$(CONFIG_TCPSVD) += tcpsvd.o ipsvd_perhost.o -lib-$(CONFIG_UDPSVD) += udpsvd.o +lib-$(CONFIG_TCPSVD) += tcpudp.o ipsvd_perhost.o +lib-$(CONFIG_UDPSVD) += tcpudp.o ipsvd_perhost.o -- cgit v1.2.3