diff options
author | unknown <monty@work.mysql.com> | 2000-08-30 23:52:33 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-08-30 23:52:33 +0200 |
commit | 336d9bbdb9f1a0531e5116b41e98749361993d2d (patch) | |
tree | ef51d9f58fe840a163fc1ee4def735dba6307dc6 /libmysql | |
parent | adc0c1b2e0afb706cd03ee4e647c77bb0ec54fe1 (diff) | |
download | mariadb-git-336d9bbdb9f1a0531e5116b41e98749361993d2d.tar.gz |
Fix for mit-pthreads on linux
Build-tools/Do-all-build-steps:
Fix to build with bk
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 2 | ||||
-rw-r--r-- | libmysql/Makefile.shared | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index c67aebc10c9..758af52fe5a 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -20,6 +20,8 @@ target = libmysqlclient.la target_defs = -DUNDEF_THREADS_HACK LIBS = @CLIENT_LIBS@ +INCLUDES = -I$(srcdir)/../include -I../include \ + -I$(srcdir)/.. -I$(top_srcdir) -I.. include $(srcdir)/Makefile.shared diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 223518e99d7..b6d0f93cbba 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -20,8 +20,6 @@ MYSQLDATAdir = $(localstatedir) MYSQLSHAREdir = $(pkgdatadir) MYSQLBASEdir= $(prefix) -INCLUDES = -I$(srcdir)/../include -I../include \ - -I$(srcdir)/.. -I$(top_srcdir) -I.. ## We'll use CLIENT_EXTRA_LDFLAGS for threaded and non-threaded ## until someone complains that they need separate options. LDADD = @CLIENT_EXTRA_LDFLAGS@ $(target) |