diff options
author | unknown <df@pippilotta.erinye.com> | 2007-08-03 18:57:18 +0200 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-08-03 18:57:18 +0200 |
commit | 9ce04bc2f55df61850c2e79009cfc72c39c2aa84 (patch) | |
tree | a9424af374415c10b73055b925451c7f231f0867 /libmysql | |
parent | d63ec0931de1c22f54e2e633442293799bf5cdf2 (diff) | |
download | mariadb-git-9ce04bc2f55df61850c2e79009cfc72c39c2aa84.tar.gz |
merge fix
Diffstat (limited to 'libmysql')
-rwxr-xr-x | libmysql/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt index c659c36117a..653f54dad09 100755 --- a/libmysql/CMakeLists.txt +++ b/libmysql/CMakeLists.txt @@ -66,7 +66,8 @@ SET(CLIENT_SOURCES ../mysys/array.c ../strings/bchange.c ../strings/bmove.c ../strings/strmov.c ../strings/strnlen.c ../strings/strnmov.c ../strings/strtod.c ../strings/strtoll.c ../strings/strtoull.c ../strings/strxmov.c ../strings/strxnmov.c ../mysys/thr_mutex.c ../mysys/typelib.c ../vio/vio.c ../vio/viosocket.c - ../vio/viossl.c ../vio/viosslfactories.c ../strings/xml.c) + ../vio/viossl.c ../vio/viosslfactories.c ../strings/xml.c + ../mysys/my_getsystime.c) # Need to set USE_TLS for building the DLL, since __declspec(thread) # approach to thread local storage does not work properly in DLLs. |