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

Added *-meta files.

Rev: src/nettle/Makefile.am:1.23
parent 0fb4bd32
No related branches found
No related tags found
No related merge requests found
...@@ -10,22 +10,23 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h \ ...@@ -10,22 +10,23 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h \
serpent.h twofish.h \ serpent.h twofish.h \
md5.h md5-compat.h sha.h \ md5.h md5-compat.h sha.h \
cbc.h yarrow.h \ cbc.h yarrow.h \
rsa.h rsa.h nettle-meta.h
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\
cast128.c cast128.h cast128_sboxes.h \ cast128.c cast128.h cast128_sboxes.h cast128-meta.c \
blowfish.h blowfish.c \ blowfish.h blowfish.c \
cbc.c \ cbc.c \
des.c des.h desinfo.h desCode.h \ des.c des.h desinfo.h desCode.h \
des3.c des-compat.c des-compat.h \ des3.c des-compat.c des-compat.h \
md5.c md5.h md5-compat.c md5-compat.h \ md5.c md5.h md5-compat.c md5-compat.h md5-meta.c \
sha.h sha1.c sha256.c \ sha.h sha1.c sha1-meta.c sha256.c sha256-meta.c \
serpent.c serpent.h serpent_sboxes.h \ serpent.c serpent.h serpent_sboxes.h serpent-meta.c \
twofish.c twofish.h \ twofish.c twofish.h twofish-meta.c \
yarrow.h yarrow256.c yarrow_key_event.c \ yarrow.h yarrow256.c yarrow_key_event.c \
bignum.h bignum.c \ bignum.h bignum.c \
rsa.h rsa.c rsa_md5.c rsa_sha1.c \ rsa.h rsa.c rsa_md5.c rsa_sha1.c \
rsa-compat.h rsa-compat.c rsa-compat.h rsa-compat.c \
nettle-internal.c
libnettle_a_LIBADD = @LIBOBJS@ libnettle_a_LIBADD = @LIBOBJS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment