From a71a8529e3cba230bc908289d63d4d02df81f3f8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 30 Aug 2000 23:52:33 +0200 Subject: Fix for mit-pthreads on linux Build-tools/Do-all-build-steps: Fix to build with bk --- libmysql_r/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libmysql_r') 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 -- cgit v1.2.1