From 04cdbdfdfffb90371a561fc53f2a613dbb69edc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 17 Jan 1999 16:56:08 +0100
Subject: [PATCH] *** empty log message ***

Rev: src/symmetric/Makefile.am.in:1.9
Rev: install-sh:1.1
---
 Makefile.am.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am.in b/Makefile.am.in
index ba19cd04..72509f63 100644
--- a/Makefile.am.in
+++ b/Makefile.am.in
@@ -1,4 +1,5 @@
 ## Process this file with make_am to produce Makefile.am
+SUBDIRS: include
 CVS_HEADERS: cvs_headers
 BODY:
 
@@ -7,6 +8,9 @@ AUTOMAKE_OPTIONS = foreign
 noinst_LIBRARIES = libsymmetric.a
 noinst_PROGRAMS = desTest desdata bf_test
 
+Makefile.am: Makefile.am.in
+	(cd $(top_srcdir); $(BASH) make_am)
+
 # When compiling with lsh, this is set to to -DLSH -I/path/to/lsh/include
 # INCLUDES = @crypto_cpp_flags@
 
-- 
GitLab