summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-06-24 21:50:04 +0400
committerkonstantin@mysql.com <>2004-06-24 21:50:04 +0400
commit2ad9e516c87eb0302a64b40c9574e73603d6740a (patch)
tree32b698e72a23323cdf0be2102ab41b17e9dc4997 /libmysqld
parent674a1c4e1802f6819a6e428a6684bfe3c06c161b (diff)
downloadmariadb-git-2ad9e516c87eb0302a64b40c9574e73603d6740a.tar.gz
A little fix in libmysqld: my_time.c was added twice.
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index 226846c65d4..a0825a6a4fd 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -57,7 +57,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \
sql_string.cc sql_table.cc sql_test.cc sql_udf.cc \
sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc \
unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc \
- spatial.cc gstream.cc sql_help.cc tztime.cc my_time.c
+ spatial.cc gstream.cc sql_help.cc tztime.cc
libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources)
libmysqld_a_SOURCES=