]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - configure.ac
Started test suite. Added .gitignore file
[openssl-gost/engine.git] / configure.ac
index 35ceec5824c4e2afcd01a85556643f1c9cbb383b..d1626f4c3c4d9f07a40eef55192b4871fe2a7556 100644 (file)
@@ -18,5 +18,5 @@ AC_PROG_LIBTOOL
 AC_CHECK_PROG([PERL],[perl],[perl],[AC_MSG_ERROR([*** perl not found])])
 # Checks for libraries.
 AC_CHECK_LIB([crypto], [ENGINE_new], [], [AC_MSG_ERROR([*** libcrypto not       found])]) 
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile])
 AC_OUTPUT