diff options
author | unknown <knielsen@mysql.com> | 2005-12-22 13:18:06 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2005-12-22 13:18:06 +0100 |
commit | 588d205be922cbf56d52543da36422b0eed6cbc8 (patch) | |
tree | a72cb26e1e06050098acf448a283c1bd75bdd13b /libmysqld | |
parent | 973949d0b3d17ae70099345306f08f15e174bef2 (diff) | |
download | mariadb-git-588d205be922cbf56d52543da36422b0eed6cbc8.tar.gz |
Cleanup "make dist" and Windows builds after push of pluggable storage engines.
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 12531a553eb..162336a6c0b 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -69,7 +69,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= |