diff options
author | monty@hundin.mysql.fi <> | 2001-09-18 15:24:14 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-18 15:24:14 +0300 |
commit | 1ffff55f85cecab3184eae5ab2a7b9330b2f4772 (patch) | |
tree | 4b25f7508790da8982dae62b3719ae7f815f230f /Makefile.am | |
parent | 6c314240c34dc45198396910516a9d8efe236b3c (diff) | |
download | mariadb-git-1ffff55f85cecab3184eae5ab2a7b9330b2f4772.tar.gz |
Another attempt to get pstack into the binary distribution
Fixed that --enable-assembler works on newer Linux system
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@ |