summaryrefslogtreecommitdiff
path: root/extra/yassl
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-03-22 16:53:37 +0100
committerkent@mysql.com/kent-amd64.(none) <>2007-03-22 16:53:37 +0100
commit056356db051cc34892f85a62ec35c96969f2f12e (patch)
tree48d349b719652a67935cfad0c8c51d249ba69c68 /extra/yassl
parentfb33627284028fb0f4c5d31e69683f3ebd396e15 (diff)
downloadmariadb-git-056356db051cc34892f85a62ec35c96969f2f12e.tar.gz
Makefile.am:
Don't install benchmark executable CMakeLists.txt: Handle CMAKE_C_FLAGS_RELWITHDEBINFO and CMAKE_CXX_FLAGS_RELWITHDEBINFO
Diffstat (limited to 'extra/yassl')
-rw-r--r--extra/yassl/taocrypt/benchmark/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/benchmark/Makefile.am b/extra/yassl/taocrypt/benchmark/Makefile.am
index 891dd532b98..2fe1c90c90d 100644
--- a/extra/yassl/taocrypt/benchmark/Makefile.am
+++ b/extra/yassl/taocrypt/benchmark/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../mySTL
-bin_PROGRAMS = benchmark
+noinst_PROGRAMS = benchmark
benchmark_SOURCES = benchmark.cpp
benchmark_LDADD = $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la
benchmark_CXXFLAGS = -DYASSL_PURE_C