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

* Makefile.am (libnettle_a_SOURCES): Added blowfish files.

* testsuite/Makefile.am (TS_PROGS): Added tests for twofish and
blowfish.

Rev: src/nettle/Makefile.am:1.5
parent 536beb7b
No related branches found
No related tags found
Loading
......@@ -7,7 +7,8 @@ libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h des.c des.h \
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h blowfish.h blowfish.c \
des.c des.h \
md5.c md5.h sha1.c sha1.h \
serpent.c serpent.h serpent_sboxes.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment