diff options
author | iggy@alf.(none) <> | 2008-02-21 19:53:37 -0500 |
---|---|---|
committer | iggy@alf.(none) <> | 2008-02-21 19:53:37 -0500 |
commit | a54f3995ec4cd45e261fb000657872d49afbb5ee (patch) | |
tree | afd0af8f0f49dec4bdb73dc233a3ad88efdf0903 /extra | |
parent | d80b1ae384bf5839969d8887b26b870e02bf6577 (diff) | |
parent | 18aba8a82c36459f166a9ecfb137e5ef86e30270 (diff) | |
download | mariadb-git-a54f3995ec4cd45e261fb000657872d49afbb5ee.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-build
into alf.(none):/src/mysql-5.1-build_31929
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/yassl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/yassl/CMakeLists.txt b/extra/yassl/CMakeLists.txt index 26e682cbb0c..ffb72b831af 100755 --- a/extra/yassl/CMakeLists.txt +++ b/extra/yassl/CMakeLists.txt @@ -24,4 +24,5 @@ SET(YASSL_SOURCES src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp sr src/yassl_imp.cpp src/yassl_int.cpp) IF(NOT SOURCE_SUBLIBS) ADD_LIBRARY(yassl ${YASSL_SOURCES}) + ADD_DEPENDENCIES(yassl GenError) ENDIF(NOT SOURCE_SUBLIBS) |