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.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysql/libmysql/Makefile.in b/ext/mysql/libmysql/Makefile.in
index aaf98db2bc..e40915d13d 100644
--- a/ext/mysql/libmysql/Makefile.in
+++ b/ext/mysql/libmysql/Makefile.in
@@ -1,7 +1,7 @@
LTLIBRARY_NAME = libmysql_client.la
LTLIBRARY_SOURCES = libmysql.c errmsg.c net.c violite.c password.c \
- my_init.c my_static.c my_malloc.c my_realloc.c my_create.c \
+ my_init.c my_lib.c my_static.c my_malloc.c my_realloc.c my_create.c \
my_delete.c my_tempnam.c my_open.c mf_casecnv.c my_read.c \
my_write.c errors.c my_error.c my_getwd.c my_div.c mf_pack.c \
my_messnc.c mf_dirname.c mf_fn_ext.c mf_wcomp.c typelib.c safemalloc.c \
@@ -9,8 +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 \
- ct_init.c is_prefix.c int2str.c str2int.c strinstr.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 ctype-latin1.c
+ longlong2str.c strtoull.c strtoll.c charset.c ctype.c
include $(top_srcdir)/build/dynlib.mk