diff options
author | unknown <msvensson@shellback.(none)> | 2006-04-11 23:51:14 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-04-11 23:51:14 +0200 |
commit | 066431faa5da523cc413cde118d14dd396baaad4 (patch) | |
tree | 104c454524a118364ed5b482aa73171ca953a272 /config | |
parent | 4a2cd8701bf6c16f77c93e1795215f8021eb2552 (diff) | |
download | mariadb-git-066431faa5da523cc413cde118d14dd396baaad4.tar.gz |
Add new yaSSL files
Add benchmark, testsuite and taocrypt/test as places where to
produce Makfiles and build - very useful for debugging
config/ac-macros/yassl.m4:
Add Makefiles for yassl testsuite and benchmark
extra/yassl/Makefile.am:
Add new subdir testsuite
extra/yassl/taocrypt/Makefile.am:
Add new subdir test for the taocrypt test
extra/yassl/taocrypt/src/Makefile.am:
Add all new files for yaSSL and organize them alphabetically
extra/yassl/taocrypt/benchmark/Makefile.am:
New BitKeeper file ``extra/yassl/taocrypt/benchmark/Makefile.am''
extra/yassl/taocrypt/test/Makefile.am:
New BitKeeper file ``extra/yassl/taocrypt/test/Makefile.am''
extra/yassl/testsuite/Makefile.am:
New BitKeeper file ``extra/yassl/testsuite/Makefile.am''
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) |