From: Niels Möller Date: Wed, 5 Sep 2001 14:45:12 +0000 (+0200) Subject: (libnettleinclude_HEADERS): Added missing includes. X-Git-Tag: nettle_1.0_release_20010925~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee8c6aa135c44693444dc743876d845de6e2a13;p=thirdparty%2Fnettle.git (libnettleinclude_HEADERS): Added missing includes. (libnettle_a_SOURCES): Added md5-compat.c and md5-compat.h. Rev: src/nettle/Makefile.am:1.11 --- diff --git a/Makefile.am b/Makefile.am index c6ceaa46..984903fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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