diff options
author | tonu@x153.internalnet <> | 2001-07-24 14:07:46 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-07-24 14:07:46 +0800 |
commit | 85c287a43937ecbafc67dde08b438c60ed1f659f (patch) | |
tree | ed5f3121d49f4cd731f353d0ff4b0684837cc5b5 /libmysql_r | |
parent | 248234f1d6931a32135bf8fffc7f4e0122f1f2b1 (diff) | |
download | mariadb-git-85c287a43937ecbafc67dde08b438c60ed1f659f.tar.gz |
OpenSSL fixes. Should not affect anything else.
Diffstat (limited to 'libmysql_r')
-rw-r--r-- | libmysql_r/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am index 110e26797bd..154c3df431b 100644 --- a/libmysql_r/Makefile.am +++ b/libmysql_r/Makefile.am @@ -22,7 +22,7 @@ target_defs = ## LIBS = @LIBS@ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \ - -I$(srcdir)/.. -I$(top_srcdir) -I.. + -I$(srcdir)/.. -I$(top_srcdir) -I.. $(openssl_includes) ## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include include $(top_srcdir)/libmysql/Makefile.shared |