From 854821605f0d25f7ec8e11bb0eeffb66dc392b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 5 Mar 1999 03:28:27 +0100 Subject: [PATCH] * src/symmetric/Makefile.am.in (noinst_PROGRAMS): Added twofish_test and generate_q. (Makefile.am): Updated the rule for this target. Rev: src/symmetric/Makefile.am.in:1.15 --- Makefile.am.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.am.in b/Makefile.am.in index 1051e515..91f4077d 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -6,13 +6,10 @@ BODY: AUTOMAKE_OPTIONS = foreign noinst_LIBRARIES = libsymmetric.a -noinst_PROGRAMS = desTest desdata bf_test - -# FIXME: Use the BASH variable to execute the script. The problem is -# that the script attempts to start itselt with "$0 args". +noinst_PROGRAMS = desTest desdata bf_test twofish_test generate_q Makefile.am: Makefile.am.in - (cd $(top_srcdir); ./make_am) + (cd $(top_srcdir) && $(MAKE) src/symmetric/Makefile.am) # When compiling with lsh, this is set to to -DLSH -I/path/to/lsh/include # INCLUDES = @crypto_cpp_flags@ -- GitLab