diff options
author | msvensson@shellback.(none) <> | 2006-09-18 19:37:22 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-09-18 19:37:22 +0200 |
commit | 2b014bedaf57ff7376dddfa00948561a2e9763b0 (patch) | |
tree | 86c1bcc41ed09429c62e86ee46cc3c8ec1dca71b /extra/yassl/src | |
parent | dafb50055f67ed90111d96dd1db4cf4d16bde5af (diff) | |
download | mariadb-git-2b014bedaf57ff7376dddfa00948561a2e9763b0.tar.gz |
Add directive to not update files from bitkeeper
Diffstat (limited to 'extra/yassl/src')
-rw-r--r-- | extra/yassl/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/yassl/src/Makefile.am b/extra/yassl/src/Makefile.am index 2b3e1aea5f5..b68abc11422 100644 --- a/extra/yassl/src/Makefile.am +++ b/extra/yassl/src/Makefile.am @@ -6,3 +6,7 @@ libyassl_la_SOURCES = buffer.cpp cert_wrapper.cpp crypto_wrapper.cpp \ template_instnt.cpp timer.cpp yassl_imp.cpp yassl_error.cpp yassl_int.cpp EXTRA_DIST = $(wildcard ../include/*.hpp) $(wildcard ../include/openssl/*.h) AM_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX + +# Don't update the files from bitkeeper +%::SCCS/s.% + |