summaryrefslogtreecommitdiff
path: root/libmysql/Makefile.shared
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-02-13 15:27:21 +0100
committerserg@serg.mylan <>2004-02-13 15:27:21 +0100
commit5914e5705c62e065d52754d2e33f7224398d3e0e (patch)
treee72eb3285c6d77bd43ee040603595ce715626551 /libmysql/Makefile.shared
parent67fbc4d2b70ffeab70d547a59e2d9af05c8e3d41 (diff)
downloadmariadb-git-5914e5705c62e065d52754d2e33f7224398d3e0e.tar.gz
my_atof is deleted
strtod from mit-threads is restored and cleaned up
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r--libmysql/Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared
index 1cffae4dc56..678abc91859 100644
--- a/libmysql/Makefile.shared
+++ b/libmysql/Makefile.shared
@@ -32,7 +32,7 @@ target_sources = libmysql.c password.c manager.c \
get_password.c errmsg.c
mystringsobjects = strmov.lo strxmov.lo strxnmov.lo strnmov.lo \
- strmake.lo strend.lo \
+ strmake.lo strend.lo strtod.lo \
strnlen.lo strfill.lo is_prefix.lo \
int2str.lo str2int.lo strinstr.lo strcont.lo \
strcend.lo bcmp.lo ctype-latin1.lo \