summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-11-21 19:01:29 +0200
committerunknown <monty@donna.mysql.com>2000-11-21 19:01:29 +0200
commit7dd56817a5069eb0210c8e590729973cd98a4acb (patch)
tree9d8190b8f127f3726a46363e912d4545859d5b50 /mysys
parent54549a97def4736a1760e8f9181260ee220d3dc1 (diff)
downloadmariadb-git-7dd56817a5069eb0210c8e590729973cd98a4acb.tar.gz
Fixed compilation in another dir
Docs/manual.texi: Added some general links mysys/Makefile.am: Fixed compilation of test_thr_lock in another directory sql/table.cc: cleanup
Diffstat (limited to 'mysys')
-rw-r--r--mysys/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am
index a53fc1a545c..748bbad3daf 100644
--- a/mysys/Makefile.am
+++ b/mysys/Makefile.am
@@ -17,7 +17,7 @@
MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir = $(pkgdatadir)
MYSQLBASEdir= $(prefix)
-INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include -I..
+INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include -I.. -I$(srcdir)
pkglib_LIBRARIES = libmysys.a
LDADD = libmysys.a ../dbug/libdbug.a \
../strings/libmystrings.a