diff options
author | joerg@trift2. <> | 2007-03-23 10:57:17 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2007-03-23 10:57:17 +0100 |
commit | 2e5e79cf37c7097918bffad63b77f239694ff6fa (patch) | |
tree | 36b7180c86dfeccae6ebcb449634f7aa1885cd80 /extra | |
parent | b9a317de708a30f977e94e23e60c286e638d8785 (diff) | |
parent | cbdd03c5d5866e109146029ee20f10d9b4f2c32e (diff) | |
download | mariadb-git-2e5e79cf37c7097918bffad63b77f239694ff6fa.tar.gz |
Merge trift2.:/MySQL/M51/mysql-5.1
into trift2.:/MySQL/M51/push-5.1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/yassl/taocrypt/benchmark/Makefile.am | 2 |
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 |