]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(nodist_libnettleinclude_HEADERS): nettle-types.h
authorNiels Möller <nisse@lysator.liu.se>
Sat, 7 Feb 2004 11:28:30 +0000 (12:28 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 7 Feb 2004 11:28:30 +0000 (12:28 +0100)
should not be distributed.

Rev: src/nettle/ChangeLog:1.239
Rev: src/nettle/Makefile.am:1.73

ChangeLog
Makefile.am

index 00bcddc6c7a3065be5507f477f7fca8f1cf57a1e..083e0248a998389cc195dafc149e551376512da9 100644 (file)
--- 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.
index 2a1c98da8a4bbb1bcddf40463740287e7d35e562..99ae6cef052aad2c6e9fbae889e68618a7ceff81 100644 (file)
@@ -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 \