diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-09-27 21:39:23 +0200 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-09-27 21:39:23 +0200 |
commit | 4bba9ecec038a103968129e91578e32aa4bb4da4 (patch) | |
tree | f1f721c659cf65293472074a09059c20919ae68a /Makefile.am | |
parent | 4a0e561f49e5644b7b694f50455133ece899aac7 (diff) | |
download | mariadb-git-4bba9ecec038a103968129e91578e32aa4bb4da4.tar.gz |
Makefile.am, configure.in:
Handle pstack like other optional directories
Check if a directory exists relative to $srcdir
Makefile.am:
Handle pstack like other optional directories
Check if a directory exists relative to $srcdir
configure.in:
Handle pstack like other optional directories
Check if a directory exists relative to $srcdir
pstack/Makefile.am:
Handle pstack like other optional directories
Check if a directory exists relative to $srcdir
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 b5b96fc5d06..7aa8938bfc3 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@ \ |