diff options
author | tonu@x153.internalnet <> | 2001-07-24 14:07:46 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-07-24 14:07:46 +0800 |
commit | 85c287a43937ecbafc67dde08b438c60ed1f659f (patch) | |
tree | ed5f3121d49f4cd731f353d0ff4b0684837cc5b5 /Makefile.am | |
parent | 248234f1d6931a32135bf8fffc7f4e0122f1f2b1 (diff) | |
download | mariadb-git-85c287a43937ecbafc67dde08b438c60ed1f659f.tar.gz |
OpenSSL fixes. Should not affect anything else.
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@ |