diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-12-25 10:42:53 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-12-25 10:42:53 -0700 |
commit | 8a889d30c05e2bda375372d934e324a539245583 (patch) | |
tree | d9c5a4095709dce8edd565ea834c7145dca50849 /extra/Makefile.am | |
parent | 20038678cff13261f886b3fdb7e2f04fae1386b5 (diff) | |
download | mariadb-git-8a889d30c05e2bda375372d934e324a539245583.tar.gz |
some work on mysql_install
BitKeeper/etc/ignore:
Added extra/mysql_install to the ignore list
extra/Makefile.am:
added mysql_install
extra/mysql_install.c:
implemented ask_user()
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index ee6c2ba92f2..25633a386e2 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -18,7 +18,7 @@ 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 \ -resolve_stack_dump +resolve_stack_dump mysql_install 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 \ |