summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-01-28 17:15:51 +0100
committerunknown <serg@serg.mylan>2005-01-28 17:15:51 +0100
commitaf07f636fa25b138a0b9da71ff0f6de352f503d3 (patch)
tree65e0bd2ded78ce95af6345d655d3c0c160a50aaa /libmysql
parentfb398ed8d85690130aec8290128d563278b26958 (diff)
parentf750835571109a07806c14b11e4f0b6e9020f17b (diff)
downloadmariadb-git-af07f636fa25b138a0b9da71ff0f6de352f503d3.tar.gz
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am
index 91ee5e66c83..0670a0befa8 100644
--- a/libmysql/Makefile.am
+++ b/libmysql/Makefile.am
@@ -24,7 +24,7 @@ target = libmysqlclient.la
target_defs = -DUNDEF_THREADS_HACK -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@
LIBS = @CLIENT_LIBS@
INCLUDES = -I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \
- -I$(top_srcdir)/extra
+ -I$(top_builddir)/include
include $(srcdir)/Makefile.shared