diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 17:00:52 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 17:00:52 +0000 |
commit | 28fe9e602780df7d023ce526d1ae3d00fb8583b5 (patch) | |
tree | ee65c87718b5de45b1b15ad5ce9d5472389e5b77 /Src/Modules/zftp.mdd | |
parent | a43aa761cdb3fd1051dad474fccf9e500a0d49ea (diff) | |
download | zsh-28fe9e602780df7d023ce526d1ae3d00fb8583b5.tar.gz zsh-28fe9e602780df7d023ce526d1ae3d00fb8583b5.tar.xz zsh-28fe9e602780df7d023ce526d1ae3d00fb8583b5.zip |
14039: simulate old linking behavior
Diffstat (limited to 'Src/Modules/zftp.mdd')
-rw-r--r-- | Src/Modules/zftp.mdd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Modules/zftp.mdd b/Src/Modules/zftp.mdd index d9619b549..504984ed2 100644 --- a/Src/Modules/zftp.mdd +++ b/Src/Modules/zftp.mdd @@ -6,3 +6,5 @@ functions='Functions/Zftp/*' autobins="zftp" objects="zftp.o" + +#extralibs="socket" |