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

(libnettleinclude_HEADERS): Added missing includes.

(libnettle_a_SOURCES): Added md5-compat.c and md5-compat.h.

Rev: src/nettle/Makefile.am:1.11
parent ce0adac4
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,16 @@ noinst_PROGRAMS = desdata
libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h des.h \
serpent.h twofish.h \
md5.h md5-compat.h sha1.h
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
cast128.c cast128.h cast128_sboxes.h \
blowfish.h blowfish.c \
des.c des.h desinfo.h desCode.h \
md5.c md5.h sha1.c sha1.h \
md5.c md5.h md5-compat.c md5-compat.h \
sha1.c sha1.h \
serpent.c serpent.h serpent_sboxes.h \
twofish.c twofish.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment