diff options
author | anjuta@arthur.local <> | 2004-12-13 22:51:54 +0200 |
---|---|---|
committer | anjuta@arthur.local <> | 2004-12-13 22:51:54 +0200 |
commit | f9451974be262d8be6d07dfc76f650af4c245ca2 (patch) | |
tree | ada783a806498c8c73335dba30a6ef0100e0ad74 /libmysql | |
parent | ba77277952cd6ddbc22572b1bca6851c04d4d562 (diff) | |
download | mariadb-git-f9451974be262d8be6d07dfc76f650af4c245ca2.tar.gz |
WL#1051, more maintanable error messages.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index 72ff44ecef3..91ee5e66c83 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -23,7 +23,8 @@ 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@ +INCLUDES = -I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \ + -I$(top_srcdir)/extra include $(srcdir)/Makefile.shared |