diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-18 15:24:14 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-18 15:24:14 +0300 |
commit | e154b30a57cc119f8e47936f23a261324228662f (patch) | |
tree | 4b25f7508790da8982dae62b3719ae7f815f230f /Makefile.am | |
parent | be94b8d3c84ab16b0db6e4e2e7e1248c2035ecbb (diff) | |
download | mariadb-git-e154b30a57cc119f8e47936f23a261324228662f.tar.gz |
Another attempt to get pstack into the binary distribution
Fixed that --enable-assembler works on newer Linux system
Makefile.am:
Another attempt to get pstack into the binary distribution
configure.in:
Fixed that --enable-assembler works on newer Linux system
Fixes for pstack
pstack/Makefile.am:
Another attempt to get pstack into the binary distribution
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 8ec9b965757..9df706dceb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ TAR = gtar EXTRA_DIST = INSTALL-SOURCE README \ COPYING COPYING.LIB MIRRORS SUBDIRS = include @docs_dirs@ @readline_dir@ \ - @thread_dirs@ @pstack_dirs@ @sql_client_dirs@ \ + @thread_dirs@ pstack @sql_client_dirs@ \ @sql_server_dirs@ @libmysqld_dirs@ scripts tests man \ @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ |