diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-04 01:25:50 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-04 01:25:50 +0300 |
commit | 3b7bd02ebd175fd1e14e6e57e59e60af0a36f68f (patch) | |
tree | cdb567bc522b32f66e36852fbd43fe44b628c73b /libmysql/Makefile.am | |
parent | 359d9743152dae1d31ab2c986304b14b21e68973 (diff) | |
parent | 8efe675defa2e40cf7300b167e2dfe922caeea7b (diff) | |
download | mariadb-git-3b7bd02ebd175fd1e14e6e57e59e60af0a36f68f.tar.gz |
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Diffstat (limited to 'libmysql/Makefile.am')
-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 baf40a389a3..01cc438a72b 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -18,7 +18,7 @@ # This file is public domain and comes with NO WARRANTY of any kind target = libmysqlclient.la -target_defs = -DUNDEF_THREADS_HACK +target_defs = -DUNDEF_THREADS_HACK -DDONT_USE_RAID LIBS = @CLIENT_LIBS@ INCLUDES = -I$(srcdir)/../include -I../include \ -I$(srcdir)/.. -I$(top_srcdir) -I.. |