diff --git a/ChangeLog b/ChangeLog
index 1509ed7aa8698df7b90317ddc851995a2d689c22..43597b33d3fee26bf0c197c71aecc1cc8457c40a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-01-11  Niels Möller  <nisse@harpo.hack.org>
 
+	* Makefile.am (libnettleinclude_HEADERS): Added bignum.h,
+	memxor.h, pkcs1.h and rsa-compat.h.
+
 	* configure.ac: Bumped version to 1.9.
 
 2004-01-10  Niels Möller  <nisse@harpo.hack.org>
diff --git a/Makefile.am b/Makefile.am
index cff84d173417501265c053c5c86d9f0164a1fe0e..e9510dca0edbf89b74e2eee826f0b8cf6c46be9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ noinst_PROGRAMS = aesdata desdata shadata
 libnettleincludedir = $(includedir)/nettle
 
 lib_LIBRARIES = libnettle.a
-libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
+libnettleinclude_HEADERS = aes.h arcfour.h bignum.h blowfish.h \
 			   base16.h base64.h buffer.h cast128.h \
 			   cbc.h \
 			   des.h des-compat.h dsa.h \
@@ -14,8 +14,9 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
 			   macros.h \
 			   md2.h md4.h \
 			   md5.h md5-compat.h \
+			   memxor.h \
 			   nettle-meta.h nettle-types.h \
-			   pgp.h realloc.h rsa.h \
+			   pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \
 			   sexp.h \
 			   serpent.h sha.h twofish.h \
 			   yarrow.h