X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=configure.ac;h=d1626f4c3c4d9f07a40eef55192b4871fe2a7556;hb=4325da8c557429f74d99967d29e4783af346e930;hp=35ceec5824c4e2afcd01a85556643f1c9cbb383b;hpb=9dec172acb29d4aa16120784b1587edd7f46648c;p=openssl-gost%2Fengine.git diff --git a/configure.ac b/configure.ac index 35ceec5..d1626f4 100644 --- a/configure.ac +++ b/configure.ac @@ -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