diff options
author | monty@hundin.mysql.fi <> | 2001-11-02 07:42:28 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-02 07:42:28 +0200 |
commit | daa4229a3d54f72d1704e38355dacc0a7cbf1547 (patch) | |
tree | 27aeb9e0eb7f380f6871e5aeb37a8932475c4b91 /libmysql/Makefile.am | |
parent | 44a2a213b810fabe43c555170b59f6c19a357ef1 (diff) | |
download | mariadb-git-daa4229a3d54f72d1704e38355dacc0a7cbf1547.tar.gz |
Portability fixes.
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 01cc438a72b..68c2022223e 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 -DDONT_USE_RAID +target_defs = -DUNDEF_THREADS_HACK -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@ LIBS = @CLIENT_LIBS@ INCLUDES = -I$(srcdir)/../include -I../include \ -I$(srcdir)/.. -I$(top_srcdir) -I.. |