diff options
author | kent@mysql.com <> | 2006-06-20 11:11:18 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-06-20 11:11:18 +0200 |
commit | 8f0aa436edb891828727a2f639fb468bc365862a (patch) | |
tree | 95bc1ff8dea0c9c8225dd253d7fb40eabdf9d993 /netware/Makefile.am | |
parent | 9edd7b3766ef7fc1e0c71335bd55b4642bac545e (diff) | |
parent | b95c0c4edd512a40e85af88d9ead1fc7801c9773 (diff) | |
download | mariadb-git-8f0aa436edb891828727a2f639fb468bc365862a.tar.gz |
Merge
Diffstat (limited to 'netware/Makefile.am')
-rw-r--r-- | netware/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index e1c2eedc2b7..5b40933994b 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -31,7 +31,7 @@ netware_build_files = client/mysql.def client/mysqladmin.def \ client/mysqlshow.def client/mysqltest.def \ client/mysqlslap.def \ sql/mysqld.def extra/mysql_waitpid.def \ - extra/mysql_install.def extra/my_print_defaults.def \ + extra/my_print_defaults.def \ extra/perror.def extra/replace.def \ extra/resolveip.def extra/comp_err.def \ extra/resolve_stack_dump.def \ @@ -54,7 +54,7 @@ EXTRA_DIST= comp_err.def init_db.sql install_test_db.ncf \ 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 \ - mysql_fix_privilege_tables.pl mysql_install.def \ + mysql_fix_privilege_tables.pl \ mysql_install_db.c mysql_install_db.def \ mysql_secure_installation.pl mysql_test_run.c \ mysql_test_run.def mysql_waitpid.def mysqladmin.def \ |