diff options
author | unknown <msvensson@pilot.mysql.com> | 2007-01-29 18:46:06 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2007-01-29 18:46:06 +0100 |
commit | f6eb2c33b15dfe8fd855f594646910d784d0af93 (patch) | |
tree | 220521276295049caf52ea3b771ae68a58d9cc53 /extra/yassl/testsuite/Makefile.am | |
parent | fb8f2825fe08f7f8e57d963fd957b995d5a55740 (diff) | |
download | mariadb-git-f6eb2c33b15dfe8fd855f594646910d784d0af93.tar.gz |
Bug#25417 "/usr/bin/test" installed from yassl/taocrypt/test
- It's good to build the test programs for yaSSL to check for undefined
symbols etc but they should not be installed by "make install"
extra/yassl/taocrypt/test/Makefile.am:
"test" is a noinst program
extra/yassl/testsuite/Makefile.am:
"testsuite" is a noinst program
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 138077300f9..cae34e7bbc0 100644 --- a/extra/yassl/testsuite/Makefile.am +++ b/extra/yassl/testsuite/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../taocrypt/include -I$(srcdir)/../taocrypt/mySTL -bin_PROGRAMS = testsuite +noinst_PROGRAMS = testsuite testsuite_SOURCES = testsuite.cpp ../taocrypt/test/test.cpp \ ../examples/client/client.cpp ../examples/server/server.cpp \ ../examples/echoclient/echoclient.cpp \ |