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@