From 22dbb425aea46169cf7f98dfacbf2244ab19ce0d Mon Sep 17 00:00:00 2001 From: "tonu@x153.internalnet" <> Date: Fri, 31 Aug 2001 06:22:52 +0800 Subject: Make things compile with ssl --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.1