From: Niels Möller Date: Sat, 7 Feb 2004 11:28:30 +0000 (+0100) Subject: (nodist_libnettleinclude_HEADERS): nettle-types.h X-Git-Tag: nettle_1.9_release_20040207~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccc7508ed64fc650cfe18a39a6005283b6b693dd;p=thirdparty%2Fnettle.git (nodist_libnettleinclude_HEADERS): nettle-types.h should not be distributed. Rev: src/nettle/ChangeLog:1.239 Rev: src/nettle/Makefile.am:1.73 --- diff --git a/ChangeLog b/ChangeLog index 00bcddc6..083e0248 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-07 Niels Möller + + * Makefile.am (nodist_libnettleinclude_HEADERS): nettle-types.h + should not be distributed. + 2004-02-06 Niels Möller * x86/sha1-compress.asm: Rename round -> ROUND. diff --git a/Makefile.am b/Makefile.am index 2a1c98da..99ae6cef 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 \