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 /extra | |
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 'extra')
-rw-r--r-- | extra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index 43981753515..dac6bf0fc0b 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include \ +INCLUDES = -I$(top_srcdir)/include \ @ndbcluster_includes@ -I$(top_srcdir)/sql \ -I$(top_builddir)/include LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \ |