Skip to content
Snippets Groups Projects
Commit ccc7508e authored by Niels Möller's avatar Niels Möller
Browse files

(nodist_libnettleinclude_HEADERS): nettle-types.h

should not be distributed.

Rev: src/nettle/ChangeLog:1.239
Rev: src/nettle/Makefile.am:1.73
parent 2c9b98b0
Branches
Tags
No related merge requests found
2004-02-07 Niels Mller <nisse@lysator.liu.se>
* Makefile.am (nodist_libnettleinclude_HEADERS): nettle-types.h
should not be distributed.
2004-02-06 Niels Mller <niels@s3.kth.se> 2004-02-06 Niels Mller <niels@s3.kth.se>
* x86/sha1-compress.asm: Rename round -> ROUND. * x86/sha1-compress.asm: Rename round -> ROUND.
......
...@@ -15,12 +15,14 @@ libnettleinclude_HEADERS = aes.h arcfour.h bignum.h blowfish.h \ ...@@ -15,12 +15,14 @@ libnettleinclude_HEADERS = aes.h arcfour.h bignum.h blowfish.h \
md2.h md4.h \ md2.h md4.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
memxor.h \ memxor.h \
nettle-meta.h nettle-types.h \ nettle-meta.h \
pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \ pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \
sexp.h \ sexp.h \
serpent.h sha.h twofish.h \ serpent.h sha.h twofish.h \
yarrow.h yarrow.h
nodist_libnettleinclude_HEADERS = nettle-types.h
libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
aes-decrypt-table.c aes-decrypt.c \ aes-decrypt-table.c aes-decrypt.c \
aes-encrypt-table.c aes-encrypt.c \ aes-encrypt-table.c aes-encrypt.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment