From 336d9bbdb9f1a0531e5116b41e98749361993d2d 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/Makefile.shared | 2 -- 1 file changed, 2 deletions(-) (limited to 'libmysql/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) -- cgit v1.2.1