diff options
author | unknown <serg@serg.mylan> | 2005-01-28 17:15:51 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-01-28 17:15:51 +0100 |
commit | af07f636fa25b138a0b9da71ff0f6de352f503d3 (patch) | |
tree | 65e0bd2ded78ce95af6345d655d3c0c160a50aaa /libmysql | |
parent | fb398ed8d85690130aec8290128d563278b26958 (diff) | |
parent | f750835571109a07806c14b11e4f0b6e9020f17b (diff) | |
download | mariadb-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.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 |