diff --git a/Makefile.in b/Makefile.in
index fe1020466d150509cd42a19592c6936ca1642da6..599f33c95316d9605b475b88c5c8a0f5f17b2409 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,7 +41,7 @@ KEYOBJS=dropbearkey.o gendss.o genrsa.o
 
 CONVERTOBJS=dropbearconvert.o keyimport.o
 
-SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o
+SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o compat.o
 
 HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \
 		dss.h bignum.h signkey.h rsa.h random.h service.h auth.h \