diff options
author | unknown <msvensson@shellback.(none)> | 2006-09-18 19:37:22 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-09-18 19:37:22 +0200 |
commit | 1c0a0682ad99b1b1753313cdba58329ecde49864 (patch) | |
tree | 86c1bcc41ed09429c62e86ee46cc3c8ec1dca71b /extra/yassl/testsuite | |
parent | a5576da753b561b3bcddb3dac8040baf7bf3d882 (diff) | |
download | mariadb-git-1c0a0682ad99b1b1753313cdba58329ecde49864.tar.gz |
Add directive to not update files from bitkeeper
Diffstat (limited to 'extra/yassl/testsuite')
-rw-r--r-- | extra/yassl/testsuite/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/yassl/testsuite/Makefile.am b/extra/yassl/testsuite/Makefile.am index 2ae46a1b409..5fccab7ee2b 100644 --- a/extra/yassl/testsuite/Makefile.am +++ b/extra/yassl/testsuite/Makefile.am @@ -9,3 +9,7 @@ testsuite_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER testsuite_LDADD = -lyassl -ltaocrypt testsuite_DEPENDENCIES = ../src/libyassl.la ../taocrypt/src/libtaocrypt.la EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat + +# Don't update the files from bitkeeper +%::SCCS/s.% + |