diff options
author | petr@mysql.com <> | 2005-04-04 03:49:10 +0400 |
---|---|---|
committer | petr@mysql.com <> | 2005-04-04 03:49:10 +0400 |
commit | 77303197385208926a96f7b42ebff7ea5cda1fbd (patch) | |
tree | 7ee4a6ad37f2a883eaae5ba52e4bade76c87adf6 /tools | |
parent | 2292480e795a02973b828a37f826c6e4e0192b69 (diff) | |
download | mariadb-git-77303197385208926a96f7b42ebff7ea5cda1fbd.tar.gz |
Enable IM in the binary distribution and fix Bug #9513 (mysql.server script from the binary distibution
doesn't work out of the box)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 8b8ada600f5..3b84aafeaa9 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -19,9 +19,9 @@ INCLUDES=-I$(top_srcdir)/include $(openssl_includes) \ -I$(top_builddir)/include LDADD= @CLIENT_EXTRA_LDFLAGS@ @openssl_libs@ \ $(top_builddir)/libmysql_r/libmysqlclient_r.la @ZLIB_LIBS@ -bin_PROGRAMS= mysqlmanager -mysqlmanager_SOURCES= mysqlmanager.c -mysqlmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) +bin_PROGRAMS= mysqltestmanager +mysqltestmanager_SOURCES= mysqlmanager.c +mysqltestmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) DEF= -DUNDEF_THREADS_HACK # Don't update the files from bitkeeper |