diff options
author | tonu@x153.internalnet <> | 2001-08-31 06:22:52 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-08-31 06:22:52 +0800 |
commit | 22dbb425aea46169cf7f98dfacbf2244ab19ce0d (patch) | |
tree | 92133f21f802cfffd31f22a1b8ae0721a2228d17 /tools | |
parent | 595762d0238e61a6bfcfd3dac960df71ac80ab22 (diff) | |
download | mariadb-git-22dbb425aea46169cf7f98dfacbf2244ab19ce0d.tar.gz |
Make things compile with ssl
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 1e1d8866b10..aa513c13f05 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(srcdir)/../include $(openssl_includes) \ -I../include -I$(srcdir)/.. -I$(top_srcdir) \ -I.. -LIBS = @TOOLS_LIBS@ +LIBS = @TOOLS_LIBS@ $(openssl_libs) LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la bin_PROGRAMS = mysqlmanager mysqlmanager_SOURCES = mysqlmanager.c |