Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).

This commit is contained in:
brian@zim.(none) 2005-03-16 16:22:56 -08:00
commit 473e1ffd3a
17 changed files with 41 additions and 160 deletions

View file

@ -24,8 +24,7 @@ target = libmysqlclient_r.la
target_defs = -DDONT_USE_RAID -DMYSQL_CLIENT @LIB_EXTRA_CCFLAGS@
LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@
INCLUDES = @MT_INCLUDES@ \
-I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \
INCLUDES = -I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \
-I$(top_builddir)/include
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
include $(top_srcdir)/libmysql/Makefile.shared