From: Niels Möller Date: Sat, 28 Sep 2002 13:55:27 +0000 (+0200) Subject: (SUBDIRS): Added sexp files. X-Git-Tag: nettle_1.6_release_20021003~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aba7c1206f7e79f81c5d4931b8a10bea1e02a4e5;p=thirdparty%2Fnettle.git (SUBDIRS): Added sexp files. Rev: src/nettle/Makefile.am:1.40 --- diff --git a/Makefile.am b/Makefile.am index 475afda1..54ffb122 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ knuth-lfib.h \ md5.h md5-compat.h \ nettle-meta.h rsa.h \ + sexp.h \ serpent.h sha.h twofish.h \ yarrow.h @@ -34,6 +35,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ serpent.c serpent.h serpent_sboxes.h serpent-meta.c \ twofish.c twofish.h twofish-meta.c \ yarrow.h yarrow256.c yarrow_key_event.c \ + sexp.h sexp.c \ bignum.h bignum.c \ rsa.h rsa.c rsa_md5.c rsa_sha1.c \ rsa-encrypt.c rsa-decrypt.c \