about summary refs log tree commit diff
path: root/Src/Modules/zftp.mdd
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-04-19 17:55:02 +0000
committerClint Adams <clint@users.sourceforge.net>2001-04-19 17:55:02 +0000
commit3b09ee496a95e26088b0e2f1164497c7219945ec (patch)
tree29043cd0a63806aaf80acfa8bd4a266001241a51 /Src/Modules/zftp.mdd
parent28fe9e602780df7d023ce526d1ae3d00fb8583b5 (diff)
downloadzsh-3b09ee496a95e26088b0e2f1164497c7219945ec.tar.gz
zsh-3b09ee496a95e26088b0e2f1164497c7219945ec.tar.xz
zsh-3b09ee496a95e26088b0e2f1164497c7219945ec.zip
14041: reduce unnecessary linking for modules
Diffstat (limited to 'Src/Modules/zftp.mdd')
-rw-r--r--Src/Modules/zftp.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zftp.mdd b/Src/Modules/zftp.mdd
index 504984ed2..0e11a72d6 100644
--- a/Src/Modules/zftp.mdd
+++ b/Src/Modules/zftp.mdd
@@ -7,4 +7,4 @@ autobins="zftp"
 
 objects="zftp.o"
 
-#extralibs="socket"
+extralibs="socket"