summaryrefslogtreecommitdiff
path: root/libmysql_r
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2000-08-30 23:52:33 +0200
committerunknown <monty@work.mysql.com>2000-08-30 23:52:33 +0200
commita71a8529e3cba230bc908289d63d4d02df81f3f8 (patch)
treeef51d9f58fe840a163fc1ee4def735dba6307dc6 /libmysql_r
parent534448d5e01a6e1272032cd4ae63ff644dbb21ad (diff)
downloadmariadb-git-a71a8529e3cba230bc908289d63d4d02df81f3f8.tar.gz
Fix for mit-pthreads on linux
Build-tools/Do-all-build-steps: Fix to build with bk
Diffstat (limited to 'libmysql_r')
-rw-r--r--libmysql_r/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am
index 424e6bdf854..52b0c715008 100644
--- a/libmysql_r/Makefile.am
+++ b/libmysql_r/Makefile.am
@@ -15,12 +15,15 @@
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA
-# This file is public domain and comes with NO WARRANTY of any kind
+
target = libmysqlclient_r.la
target_defs =
## LIBS = @LIBS@
+INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \
+ -I$(srcdir)/.. -I$(top_srcdir) -I..
+
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
include $(top_srcdir)/libmysql/Makefile.shared