diff Makefile.in @ 67:86725004a0ea

fake-rfc stuff
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 14:39:17 +0000
parents 02e4a7f614f8
children eee77ac31ccc
line wrap: on
line diff
--- a/Makefile.in	Thu Aug 12 14:19:05 2004 +0000
+++ b/Makefile.in	Thu Aug 12 14:39:17 2004 +0000
@@ -34,7 +34,7 @@
 CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \
 			common-channel.o common-chansession.o termcodes.o loginrec.o \
 			tcp-accept.o listener.o process-packet.o \
-			common-runopts.o
+			common-runopts.o fake-rfc2553.o
 
 KEYOBJS=dropbearkey.o gendss.o genrsa.o
 
@@ -47,7 +47,7 @@
 		debug.h channel.h chansession.h config.h queue.h sshpty.h \
 		termcodes.h gendss.h genrsa.h authpubkey.h runopts.h includes.h \
 		loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \
-		listener.h
+		listener.h fake-rfc2553.h
 
 dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) 
 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS)