summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorsvoj@mysql.com <>2005-05-20 01:44:05 +0500
committersvoj@mysql.com <>2005-05-20 01:44:05 +0500
commit36641e3bb76e863fc0f46461e295f0fad995a870 (patch)
tree770cdc4d2e51e24961a9a65462ebcfce7bb2f858 /tools
parentad2e3a61705bb07e5ca504d8253cca992b0de66e (diff)
downloadmariadb-git-36641e3bb76e863fc0f46461e295f0fad995a870.tar.gz
WL#2286 - Compile MySQL w/YASSL support
compilation fixes
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 3b84aafeaa9..036f0b8a76e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -17,8 +17,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@
+LDADD= @CLIENT_EXTRA_LDFLAGS@ \
+ $(top_builddir)/libmysql_r/libmysqlclient_r.la \
+ @openssl_libs@ @ZLIB_LIBS@
bin_PROGRAMS= mysqltestmanager
mysqltestmanager_SOURCES= mysqlmanager.c
mysqltestmanager_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)