diff options
author | unknown <kent@mysql.com> | 2005-01-01 20:54:45 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-01-01 20:54:45 +0100 |
commit | b0f963f5a674bfa847f575fb2cde6daca86d9084 (patch) | |
tree | cd27150c72c75b5cce4c09413a98f779ce91f7e4 /netware/Makefile.am | |
parent | 6c5c48b59dae52fefd776d828f789efeb9f71ad4 (diff) | |
download | mariadb-git-b0f963f5a674bfa847f575fb2cde6daca86d9084.tar.gz |
Many files:
Removed references to ISAM and MERGE
netware/BUILD/compile-linux-tools:
Removed references to ISAM and MERGE
netware/Makefile.am:
Removed references to ISAM and MERGE
os2/ChangeLog.os2:
Removed references to ISAM and MERGE
os2/MySQL-Source.icc:
Removed references to ISAM and MERGE
os2/MySQL-Sql.icc:
Removed references to ISAM and MERGE
os2/MySQL-Util.icc:
Removed references to ISAM and MERGE
support-files/debian/gomi:
Removed references to ISAM and MERGE
Diffstat (limited to 'netware/Makefile.am')
-rw-r--r-- | netware/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 2467270f27b..92c8afba896 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -32,8 +32,6 @@ netware_build_files = client/mysql.def client/mysqladmin.def \ extra/mysql_install.def extra/my_print_defaults.def \ extra/perror.def extra/replace.def \ extra/resolveip.def extra/comp_err.def \ - isam/isamchk.def \ - isam/isamlog.def isam/pack_isam.def \ libmysqld/libmysqld.def myisam/myisamchk.def \ myisam/myisamlog.def myisam/myisampack.def \ sql/mysqld.def extra/mysql_waitpid.def \ @@ -48,7 +46,7 @@ link_sources: done; else EXTRA_DIST= comp_err.def init_db.sql install_test_db.ncf \ - isamchk.def isamlog.def libmysql.def libmysql.imp \ + libmysql.def libmysql.imp \ libmysqlmain.c my_manage.c my_manage.h \ my_print_defaults.def myisam_ftdump.def myisamchk.def \ myisamlog.def myisampack.def mysql.def mysql.xdc \ @@ -58,7 +56,7 @@ EXTRA_DIST= comp_err.def init_db.sql install_test_db.ncf \ mysql_test_run.def mysql_waitpid.def mysqladmin.def \ mysqlbinlog.def mysqlcheck.def mysqld.def \ mysqld_safe.c mysqld_safe.def mysqldump.def mysqlimport.def \ - mysqlshow.def mysqltest.def pack_isam.def perror.def \ + mysqlshow.def mysqltest.def perror.def \ replace.def resolve_stack_dump.def resolveip.def test_db.sql \ static_init_db.sql \ BUILD/apply-patch BUILD/compile-AUTOTOOLS \ |