From 97679a923251b8a35a78c6d0f4e69a360fdd290e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 21 Dec 2000 11:56:43 +0200 Subject: Makefile bug fixes. libmysql/Makefile.am: - Makefile.shared should be part of the distribution libmysql/Makefile.shared: - strto.lo should not be built --- libmysql/Makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysql/Makefile.shared') diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 240a520aa14..795a64ba138 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -39,7 +39,7 @@ mystringsobjects = strmov.lo strxmov.lo strnmov.lo strmake.lo strend.lo \ int2str.lo str2int.lo strinstr.lo strcont.lo \ strcend.lo \ bchange.lo bmove.lo bmove_upp.lo longlong2str.lo \ - strtoull.lo strtoll.lo llstr.lo strto.lo \ + strtoull.lo strtoll.lo llstr.lo \ ctype.lo $(LTCHARSET_OBJS) mystringsextra= strto.c ctype_autoconf.c dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo -- cgit v1.2.1