Mercurial > dropbear
comparison Makefile.in @ 68:eee77ac31ccc
cleaning up the pubkey defines
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 12 Aug 2004 14:56:22 +0000 |
parents | 86725004a0ea |
children | 0bf5cebe622c |
comparison
equal
deleted
inserted
replaced
67:86725004a0ea | 68:eee77ac31ccc |
---|---|
41 CONVERTOBJS=dropbearconvert.o keyimport.o | 41 CONVERTOBJS=dropbearconvert.o keyimport.o |
42 | 42 |
43 SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o | 43 SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o |
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 \ |
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 runopts.h includes.h \ |
49 loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \ | 49 loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \ |
50 listener.h fake-rfc2553.h | 50 listener.h fake-rfc2553.h |
51 | 51 |
52 dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) | 52 dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) |
53 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS) | 53 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS) |