comparison Makefile.in @ 64:efb5e0b335cf

TCP forwarding works.
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 13:48:42 +0000
parents 20563735e8b5
children 02e4a7f614f8
comparison
equal deleted inserted replaced
63:dcc43965928f 64:efb5e0b335cf
44 44
45 HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \ 45 HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \
46 dss.h bignum.h signkey.h rsa.h random.h service.h auth.h authpasswd.h \ 46 dss.h bignum.h signkey.h rsa.h random.h service.h auth.h authpasswd.h \
47 debug.h channel.h chansession.h config.h queue.h sshpty.h \ 47 debug.h channel.h chansession.h config.h queue.h sshpty.h \
48 termcodes.h gendss.h genrsa.h authpubkey.h runopts.h includes.h \ 48 termcodes.h gendss.h genrsa.h authpubkey.h runopts.h includes.h \
49 loginrec.h atomicio.h x11fwd.h agentfwd.h tcp-accept.h compat.h \ 49 loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \
50 tcp-connect.h listener.h 50 listener.h
51 51
52 dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) 52 dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS)
53 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS) 53 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS)
54 dropbearkeyobjs=$(COMMONOBJS) $(KEYOBJS) 54 dropbearkeyobjs=$(COMMONOBJS) $(KEYOBJS)
55 dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS) 55 dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS)