diff options
author | tonu@hundin.mysql.fi <> | 2001-05-31 17:18:25 +0300 |
---|---|---|
committer | tonu@hundin.mysql.fi <> | 2001-05-31 17:18:25 +0300 |
commit | 1519e5d01df70e64142b688ae16bed69913cebc2 (patch) | |
tree | 10378caa2d664f34da82d58a0fbe3f17c6ad6704 /Makefile.am | |
parent | 776dea8105cbf04dad314e9a70b5dbc74179084e (diff) | |
download | mariadb-git-1519e5d01df70e64142b688ae16bed69913cebc2.tar.gz |
Support for VIO library
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@ |