diff --git a/Makefile.in b/Makefile.in
index 97585ebc0283c91594151bb877b46944a1c9fb2b..58f7831d9455ba050a34dcdce95ca1697ec4db1b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -100,7 +100,7 @@ hogweed_SOURCES = sexp.c sexp-format.c \
 		  bignum-random.c bignum-random-prime.c \
 		  sexp2bignum.c \
 		  pkcs1.c pkcs1-encrypt.c pkcs1-decrypt.c \
-		  pkcs1-md5.c pkcs1-rsa-sha1.c \
+		  pkcs1-rsa-md5.c pkcs1-rsa-sha1.c \
 		  pkcs1-rsa-sha256.c pkcs1-rsa-sha512.c \
 		  rsa.c rsa-sign.c rsa-verify.c \
 		  rsa-md5-sign.c rsa-md5-verify.c \