From aba7c1206f7e79f81c5d4931b8a10bea1e02a4e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 28 Sep 2002 15:55:27 +0200
Subject: [PATCH] (SUBDIRS): Added sexp files.

Rev: src/nettle/Makefile.am:1.40
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

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 \
-- 
GitLab