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