diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-17 12:09:44 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-17 12:09:44 +0300 |
commit | 7d1d29591aa45e85c35e2bc92b9510da4846c9f3 (patch) | |
tree | 27d2490a9cc5b5d72ed8a1f6d4da3f282fabde12 /tools | |
parent | 5810866b69ab1ef14b26305fa45943686377da2b (diff) | |
download | mariadb-git-7d1d29591aa45e85c35e2bc92b9510da4846c9f3.tar.gz |
Fixed typo in makefile
tools/Makefile.am:
Fixed typo
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 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 |