diff options
author | monty@donna.mysql.fi <> | 2001-05-24 01:36:55 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-05-24 01:36:55 +0300 |
commit | aec1ed037a7debd0ec9d24acdcc152a7569bcae3 (patch) | |
tree | 553899b2ee07d3722f3d7e8f030b86c2f97cea91 /Makefile.am | |
parent | 3641a481d2115bee4956964ab72b2d78f0ef9cc3 (diff) | |
download | mariadb-git-aec1ed037a7debd0ec9d24acdcc152a7569bcae3.tar.gz |
Removed vio because it broke compilation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d6bfb156d29..7343f617449 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ TAR = gtar EXTRA_DIST = INSTALL-SOURCE README \ COPYING COPYING.LIB MIRRORS SUBDIRS = include @docs_dirs@ @readline_dir@ \ - @thread_dirs@ @pstack_dirs@ vio @sql_client_dirs@ \ + @thread_dirs@ @pstack_dirs@ @sql_client_dirs@ \ @sql_server_dirs@ @libmysqld_dirs@ scripts tests man \ @bench_dirs@ support-files @fs_dirs@ |