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 /myisam | |
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 'myisam')
-rw-r--r-- | myisam/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/Makefile.am b/myisam/Makefile.am index 378e8107814..e77e46cb7a3 100644 --- a/myisam/Makefile.am +++ b/myisam/Makefile.am @@ -17,7 +17,7 @@ EXTRA_DIST = mi_test_all.sh mi_test_all.res pkgdata_DATA = mi_test_all mi_test_all.res -INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir)/include LDADD = @CLIENT_EXTRA_LDFLAGS@ libmyisam.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/dbug/libdbug.a \ |