diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-01-05 15:04:15 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-01-05 15:04:15 -0700 |
commit | de51fa0c2530e22fef21a72d92e88029e7f33b8f (patch) | |
tree | 0abf5b6dd1e009c76be4ef5a0118c3f782598faf /extra/Makefile.am | |
parent | 1cf31b8537ae262fc8f1c327741afe20925361bc (diff) | |
download | mariadb-git-de51fa0c2530e22fef21a72d92e88029e7f33b8f.tar.gz |
Added resovle_stack_dump
BitKeeper/etc/config:
fixed up an option
BitKeeper/etc/ignore:
Added extra/resolve_stack_dump to the ignore list
extra/Makefile.am:
addition of resolve_stack_dump
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index fc5348dee55..ee6c2ba92f2 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -17,7 +17,8 @@ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include -I.. LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \ ../dbug/libdbug.a ../strings/libmystrings.a -bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults +bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \ +resolve_stack_dump OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ __math.h time.h __time.h unistd.h __unistd.h types.h \ |