diff options
author | monty@hundin.mysql.fi <> | 2001-09-17 22:44:51 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-17 22:44:51 +0300 |
commit | bfc7394ec3780430a6e387f90dabfa350e418c1d (patch) | |
tree | 84e69c2b39154e624f807c4628e21f3d0fdb1da3 /tools | |
parent | fe1753de5874fc055a9441c6d815f007e89515ba (diff) | |
download | mariadb-git-bfc7394ec3780430a6e387f90dabfa350e418c1d.tar.gz |
Fixed bug in UNION when doing UNION with the same tables
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 4e9fc3ac6f8..3c786dc9281 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,6 @@ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include \ $(openssl_includes) -I../include -LIBS= @openssl_libs@ -LDADD= @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la +LDADD= @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la @openssl_libs@ bin_PROGRAMS= mysqlmanager mysqlmanager_SOURCES= mysqlmanager.c mysqlmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) |