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/Makefile.shared | |
parent | 454044ac9e857cf66a48cbe4711e0e6d46d9ea8e (diff) | |
download | mariadb-git-05cfce9fe5a76c5cdddf7ed2fc3702af690ec543.tar.gz |
Fix for mit-pthreads on linux
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r-- | libmysql/Makefile.shared | 2 |
1 files changed, 0 insertions, 2 deletions
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) |