diff options
-rw-r--r-- | tools/plink/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/plink/makefile b/tools/plink/makefile index 893be9c66..e9942ef9c 100644 --- a/tools/plink/makefile +++ b/tools/plink/makefile @@ -10,6 +10,6 @@ CSRCS = winplink.c winhandl.c misc.c settings.c winstore.c windefs.c winmisc.c w sshdh.c sshzlib.c sshbn.c sshrsa.c sshcrcda.c sshpubk.c sshdes.c wingss.c \
sshblowf.c sshsh512.c sshsh256.c sshaes.c pinger.c ssharcf.c x11fwd.c winpgntc.c \
winx11.c portfwd.c sshcrc.c wildcard.c ldisc.c sshdss.c raw.c telnet.c sshgssc.c \
- pgssapi.c winnojmp.c
+ pgssapi.c winnojmp.c conf.c
WINAPP=plink
|