diff options
author | brian@zim.(none) <> | 2005-03-16 16:22:56 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-03-16 16:22:56 -0800 |
commit | 473e1ffd3a1e2da0b0cacf8a11d04d5b076c27b2 (patch) | |
tree | b1ade2e2af49cdbe6f38dabc833e02514d43570d /sql/Makefile.am | |
parent | d6c893bb1cb1eb6ae2c663e0160787fa0436546c (diff) | |
download | mariadb-git-473e1ffd3a1e2da0b0cacf8a11d04d5b076c27b2.tar.gz |
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 498fb93abf3..bd371cd77bf 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -19,7 +19,7 @@ MYSQLDATAdir = $(localstatedir) MYSQLSHAREdir = $(pkgdatadir) MYSQLBASEdir= $(prefix) -INCLUDES = @MT_INCLUDES@ @ZLIB_INCLUDES@ \ +INCLUDES = @ZLIB_INCLUDES@ \ @bdb_includes@ @innodb_includes@ @ndbcluster_includes@ \ -I$(top_srcdir)/include -I$(top_srcdir)/regex \ -I$(srcdir) $(openssl_includes) -I$(top_builddir)/include |