diff options
author | svoj@mysql.com <> | 2005-04-28 18:23:27 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-04-28 18:23:27 +0500 |
commit | c1fd1d6a5b6842d99fbbfabeb0598f2e92535f96 (patch) | |
tree | faf48fd8da1c6b1e9b69a5e89ebff26bb440b34b /Makefile.am | |
parent | 9c9149571d0fa42be28ec221277b382935cb0e82 (diff) | |
download | mariadb-git-c1fd1d6a5b6842d99fbbfabeb0598f2e92535f96.tar.gz |
WL#2286 Compile MySQL w/YASSL support
yaSSL-0.9.7 library bundled.
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 78efd47b762..29a52ff9bfc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT -SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ +SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ @readline_topdir@ sql-common \ @thread_dirs@ pstack \ @sql_union_dirs@ scripts man tests \ |