diff options
author | monty@work.mysql.com <> | 2000-08-30 23:52:33 +0200 |
---|---|---|
committer | monty@work.mysql.com <> | 2000-08-30 23:52:33 +0200 |
commit | 05cfce9fe5a76c5cdddf7ed2fc3702af690ec543 (patch) | |
tree | ef51d9f58fe840a163fc1ee4def735dba6307dc6 /libmysql_r | |
parent | 454044ac9e857cf66a48cbe4711e0e6d46d9ea8e (diff) | |
download | mariadb-git-05cfce9fe5a76c5cdddf7ed2fc3702af690ec543.tar.gz |
Fix for mit-pthreads on linux
Diffstat (limited to 'libmysql_r')
-rw-r--r-- | libmysql_r/Makefile.am | 5 |
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 |