diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2008-12-20 15:16:46 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2008-12-20 15:16:46 +0100 |
commit | 4eaa41e29646742b2d591f64eb2971caa1610b9f (patch) | |
tree | e6e88b6a3cc633207a2fcfe176b4d231d3980867 /Makefile.am | |
parent | 0339019df6e551653fddf623f80dc1526ec97041 (diff) | |
download | mariadb-git-4eaa41e29646742b2d591f64eb2971caa1610b9f.tar.gz |
A number of fixes to DTrace patch
Removed instance manager from builds
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c0a5334a032..b1f15e76ab1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ @sql_union_dirs@ unittest storage plugin \ @sql_server@ @man_dirs@ tests \ netware @libmysqld_dirs@ \ - mysql-test support-files sql-bench @tools_dirs@ \ + mysql-test support-files sql-bench \ win DIST_SUBDIRS = . include Docs zlib \ @@ -36,7 +36,7 @@ DIST_SUBDIRS = . include Docs zlib \ strings mysys dbug extra regex libmysql libmysql_r client unittest storage plugin \ vio sql man tests \ netware libmysqld \ - mysql-test support-files sql-bench server-tools \ + mysql-test support-files sql-bench \ win \ BUILD DISTCLEANFILES = ac_available_languages_fragment |