diff options
author | brian@zim.(none) <> | 2005-12-22 10:39:41 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-12-22 10:39:41 -0800 |
commit | 680762498a56209e9ad37bc65a0f850f580ef86e (patch) | |
tree | a2aeaa1be35cb94e2ec94e50390f94ce1af9de41 /libmysqld | |
parent | 3c23f4dca985050dcbf7a4821bcc8b9f2f61d7fa (diff) | |
parent | 2754e14d40cf0c0c5c92b77f77617fd0c44809a8 (diff) | |
download | mariadb-git-680762498a56209e9ad37bc65a0f850f580ef86e.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/cluster-5.1
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index fb34b3a2bca..2e942e7a7fc 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -70,7 +70,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) EXTRA_libmysqld_a_SOURCES = ha_innodb.cc ha_berkeley.cc ha_archive.cc \ ha_blackhole.cc ha_federated.cc ha_ndbcluster.cc \ - ha_tina.cc ha_example.cc ha_partition.cc + ha_partition.cc libmysqld_a_DEPENDENCIES= @mysql_se_objs@ libmysqld_a_SOURCES= |