Fix for mit-pthreads on linux

This commit is contained in:
monty@work.mysql.com 2000-08-30 23:52:33 +02:00
commit 05cfce9fe5
4 changed files with 16 additions and 6 deletions

View file

@ -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

View file

@ -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)