diff options
author | Denis Vlasenko | 2007-04-03 12:09:46 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-03 12:09:46 +0000 |
commit | b933ac1e25ec160d86b27d0b6477812fdd01afa4 (patch) | |
tree | 00b49168ec81ef2999cfb8e158e269bff3f80cdb /ipsvd/Kbuild | |
parent | 992e05b6f070562d83f9238b227e1ddbf951c9af (diff) | |
download | busybox-b933ac1e25ec160d86b27d0b6477812fdd01afa4.zip busybox-b933ac1e25ec160d86b27d0b6477812fdd01afa4.tar.gz |
ipsvd: fixes and improvements after testing
Diffstat (limited to 'ipsvd/Kbuild')
-rw-r--r-- | ipsvd/Kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/Kbuild b/ipsvd/Kbuild index 9eda63d..fc34fea 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 |