diff options
author | sasha@mysql.sashanet.com <> | 2000-12-07 07:54:59 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-07 07:54:59 -0700 |
commit | ec1359416be7cec52f94dc4f7d6fabb2d406d416 (patch) | |
tree | ef39d8dcdf72e86ba28a8083870495ea8e17395c /Makefile.am | |
parent | a5c75df390e9b67454bd0a04e75583057e9579f7 (diff) | |
download | mariadb-git-ec1359416be7cec52f94dc4f7d6fabb2d406d416.tar.gz |
fixed up mysql-test - will not push this yet, as more clean up/testing is to follow
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 cc8a387ca4f..d5924439e7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = INSTALL-SOURCE README \ SUBDIRS = include @docs_dirs@ @readline_dir@ \ @thread_dirs@ @sql_client_dirs@ \ @sql_server_dirs@ scripts tests man \ - @bench_dirs@ support-files + @bench_dirs@ support-files mysql-test # Relink after clean CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources |