diff options
author | kent@kent-amd64.(none) <> | 2007-09-27 21:40:07 +0200 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2007-09-27 21:40:07 +0200 |
commit | ca8bb3d96fc0caa62f56fec8b32c0bff0030b2fc (patch) | |
tree | 199c0b57bf36663d87066c2deafd6c7cf461cd2f /Makefile.am | |
parent | 6aa39a1cf6144bbcdc9c83046e94aaa9847e8cf7 (diff) | |
parent | 96b62a5c133845b270fc859fd864782ec18f1897 (diff) | |
download | mariadb-git-ca8bb3d96fc0caa62f56fec8b32c0bff0030b2fc.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into mysql.com:/home/kent/bk/make-dist-stable/mysql-5.1-build
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 a36d7b6c6f3..f29764e4143 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ @readline_topdir@ sql-common scripts \ - pstack \ + @pstack_dir@ \ @sql_union_dirs@ unittest storage plugin \ @sql_server@ @man_dirs@ tests \ netware @libmysqld_dirs@ \ |