diff options
author | msvensson@shellback.(none) <> | 2006-04-11 23:51:14 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-04-11 23:51:14 +0200 |
commit | 1c4e31d5feb6c0c645a7672c423af37bbe3ae5a4 (patch) | |
tree | 104c454524a118364ed5b482aa73171ca953a272 /config | |
parent | 70404e2a75bf2ee36a4ca416a3c03baacb96dd81 (diff) | |
download | mariadb-git-1c4e31d5feb6c0c645a7672c423af37bbe3ae5a4.tar.gz |
Add new yaSSL files
Add benchmark, testsuite and taocrypt/test as places where to
produce Makfiles and build - very useful for debugging
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/yassl.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/ac-macros/yassl.m4 b/config/ac-macros/yassl.m4 index c736f2f10f2..5beb87c7652 100644 --- a/config/ac-macros/yassl.m4 +++ b/config/ac-macros/yassl.m4 @@ -1,7 +1,10 @@ AC_CONFIG_FILES(extra/yassl/Makefile dnl extra/yassl/taocrypt/Makefile dnl extra/yassl/taocrypt/src/Makefile dnl -extra/yassl/src/Makefile) +extra/yassl/src/Makefile dnl +extra/yassl/testsuite/Makefile dnl +extra/yassl/taocrypt/test/Makefile dnl +extra/yassl/taocrypt/benchmark/Makefile) AC_DEFUN([MYSQL_CHECK_YASSL], [ AC_MSG_CHECKING(for yaSSL) |