summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/libmysql/Makefile.in')
-rw-r--r--ext/mysql/libmysql/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/mysql/libmysql/Makefile.in b/ext/mysql/libmysql/Makefile.in
index 973e901d79..aaf98db2bc 100644
--- a/ext/mysql/libmysql/Makefile.in
+++ b/ext/mysql/libmysql/Makefile.in
@@ -9,11 +9,8 @@ LTLIBRARY_SOURCES = libmysql.c errmsg.c net.c violite.c password.c \
my_pthread.c my_thr_init.c thr_mutex.c mulalloc.c string.c default.c \
my_compress.c array.c my_once.c list.c my_net.c dbug.c \
strmov.c strxmov.c strnmov.c strmake.c strend.c strfill.c \
- is_prefix.c int2str.c str2int.c strinstr.c \
+ ct_init.c is_prefix.c int2str.c str2int.c strinstr.c \
strcont.c strcend.c bchange.c bmove.c bmove_upp.c \
- longlong2str.c strtoull.c strtoll.c \
- ct_init.c ctype-latin1.c charset.c ctype-big5.c ctype-czech.c \
- ctype-euc_kr.c ctype-gb2312.c ctype-gbk.c ctype-sjis.c ctype-tis620.c \
- ctype-ujis.c ctype.c ctype_autoconf.c ctype_extra_sources.c
+ longlong2str.c strtoull.c strtoll.c ctype-latin1.c
include $(top_srcdir)/build/dynlib.mk