summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-17 12:09:44 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-17 12:09:44 +0300
commit7d1d29591aa45e85c35e2bc92b9510da4846c9f3 (patch)
tree27d2490a9cc5b5d72ed8a1f6d4da3f282fabde12 /tools
parent5810866b69ab1ef14b26305fa45943686377da2b (diff)
downloadmariadb-git-7d1d29591aa45e85c35e2bc92b9510da4846c9f3.tar.gz
Fixed typo in makefile
tools/Makefile.am: Fixed typo
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 9f57d4c81df..4e9fc3ac6f8 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = @MT_INCLUDE@ -I$(srcdir)/../include \
+INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include \
$(openssl_includes) -I../include
LIBS= @openssl_libs@
LDADD= @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la