diff options
author | marha <marha@users.sourceforge.net> | 2012-01-24 17:02:01 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-24 17:02:01 +0100 |
commit | 5be921907008288d6465962063bc10fd7a5b1906 (patch) | |
tree | d367c0ee4ed9534e0269960cc4eccee6dc41fe81 /tools/plink/makefile | |
parent | 2fc8bf407c43cf80787bf7b98054cd535fb5fac8 (diff) | |
download | vcxsrv-5be921907008288d6465962063bc10fd7a5b1906.tar.gz vcxsrv-5be921907008288d6465962063bc10fd7a5b1906.tar.bz2 vcxsrv-5be921907008288d6465962063bc10fd7a5b1906.zip |
Added conf.c to makefile
Diffstat (limited to 'tools/plink/makefile')
-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
|