diff options
author | unknown <tonu@x3.internalnet> | 2001-05-20 20:32:49 +0200 |
---|---|---|
committer | unknown <tonu@x3.internalnet> | 2001-05-20 20:32:49 +0200 |
commit | 209e37a77f0d6285e13d753d03152714b1578e9e (patch) | |
tree | 177e9680d0a257f094851dde3ec23f071b4a4043 /Makefile.am | |
parent | 8b02ffbaf18cd7dc0dcd01571339922feaea89c9 (diff) | |
download | mariadb-git-209e37a77f0d6285e13d753d03152714b1578e9e.tar.gz |
Makefile.am openssl support
missing:
openssl support
sql/Makefile.am:
openssl support
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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@ |