diff --git a/ChangeLog b/ChangeLog index 00bcddc6c7a3065be5507f477f7fca8f1cf57a1e..083e0248a998389cc195dafc149e551376512da9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-07 Niels Möller <nisse@lysator.liu.se> + + * Makefile.am (nodist_libnettleinclude_HEADERS): nettle-types.h + should not be distributed. + 2004-02-06 Niels Möller <niels@s3.kth.se> * x86/sha1-compress.asm: Rename round -> ROUND. diff --git a/Makefile.am b/Makefile.am index 2a1c98da8a4bbb1bcddf40463740287e7d35e562..99ae6cef052aad2c6e9fbae889e68618a7ceff81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,12 +15,14 @@ libnettleinclude_HEADERS = aes.h arcfour.h bignum.h blowfish.h \ md2.h md4.h \ md5.h md5-compat.h \ memxor.h \ - nettle-meta.h nettle-types.h \ + nettle-meta.h \ pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \ sexp.h \ serpent.h sha.h twofish.h \ yarrow.h +nodist_libnettleinclude_HEADERS = nettle-types.h + libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ aes-decrypt-table.c aes-decrypt.c \ aes-encrypt-table.c aes-encrypt.c \