]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add dependencies for x11fwd.obj to Makefile (thanks Catbells :-)
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Mar 2001 09:41:02 +0000 (09:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Mar 2001 09:41:02 +0000 (09:41 +0000)
[originally from svn r995]

Makefile

index 7d6bf7cfea0a719b6dce2a7ccd98526e4530af13..b9ace8cf9f9ce23ca07ae18ce33b2875017bb8bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -283,6 +283,7 @@ puttygen.$(OBJ): puttygen.c putty.h ssh.h winstuff.h
 psftp.$(OBJ): psftp.c putty.h ssh.h storage.h sftp.h int64.h
 sftp.$(OBJ): sftp.c sftp.h int64.h
 int64.$(OBJ): int64.c int64.h
+x11fwd.$(OBJ): x11fwd.c putty.h network.h puttymem.h ssh.h
 ##--
 
 # Hack to force version.obj to be rebuilt always