diff options
author | tonu@x3.internalnet <> | 2001-05-20 20:32:49 +0200 |
---|---|---|
committer | tonu@x3.internalnet <> | 2001-05-20 20:32:49 +0200 |
commit | 4a4c2363c7bfa65e0610e0bebaaa6e7881e3f740 (patch) | |
tree | 177e9680d0a257f094851dde3ec23f071b4a4043 /Makefile.am | |
parent | a5d4dddff539357b25ea5061d2e9cb2cc386afde (diff) | |
download | mariadb-git-4a4c2363c7bfa65e0610e0bebaaa6e7881e3f740.tar.gz |
Makefile.am openssl support
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 7343f617449..d6bfb156d29 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@ @sql_client_dirs@ \ + @thread_dirs@ @pstack_dirs@ vio @sql_client_dirs@ \ @sql_server_dirs@ @libmysqld_dirs@ scripts tests man \ @bench_dirs@ support-files @fs_dirs@ |