diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-06-08 20:44:25 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-06-08 20:44:25 -0300 |
commit | 60153dd36e2a79150565635d1370ed64df7cc07d (patch) | |
tree | fadc512853996f25c9d2a32d76d220ae17f7aad4 /extra/yassl/testsuite/Makefile.am | |
parent | f6b5b2973074205300f9461676d98fdf92ae993c (diff) | |
parent | 75a18e24fa72cca07254cbabd119b944c0ef989d (diff) | |
download | mariadb-git-60153dd36e2a79150565635d1370ed64df7cc07d.tar.gz |
Merge of mysql-5.1-bugteam into mysql-trunk-merge.
Diffstat (limited to 'extra/yassl/testsuite/Makefile.am')
-rw-r--r-- | extra/yassl/testsuite/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/testsuite/Makefile.am b/extra/yassl/testsuite/Makefile.am index 9c9ba9b375c..d74c972a084 100644 --- a/extra/yassl/testsuite/Makefile.am +++ b/extra/yassl/testsuite/Makefile.am @@ -4,7 +4,7 @@ testsuite_SOURCES = testsuite.cpp ../taocrypt/test/test.cpp \ ../examples/client/client.cpp ../examples/server/server.cpp \ ../examples/echoclient/echoclient.cpp \ ../examples/echoserver/echoserver.cpp -testsuite_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER +testsuite_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER @yassl_thread_cxxflags@ testsuite_LDADD = $(top_builddir)/extra/yassl/src/libyassl.la \ $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat |