diff options
author | serg@serg.mylan <> | 2005-01-28 17:15:51 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-01-28 17:15:51 +0100 |
commit | 19186b623891cb40af71596d71df668c2a5e5d65 (patch) | |
tree | 65e0bd2ded78ce95af6345d655d3c0c160a50aaa /libmysql | |
parent | 5dfcdcc0269f0dc7c817bb4e03d1d24cfee3e45f (diff) | |
parent | 852f2e0abac3b6eab3b8a0f978682af449a6be50 (diff) | |
download | mariadb-git-19186b623891cb40af71596d71df668c2a5e5d65.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.am | 2 |
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 |