summaryrefslogtreecommitdiff
path: root/libmysqld/Makefile.am
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-03-16 16:22:56 -0800
committerbrian@zim.(none) <>2005-03-16 16:22:56 -0800
commit473e1ffd3a1e2da0b0cacf8a11d04d5b076c27b2 (patch)
treeb1ade2e2af49cdbe6f38dabc833e02514d43570d /libmysqld/Makefile.am
parentd6c893bb1cb1eb6ae2c663e0160787fa0436546c (diff)
downloadmariadb-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 'libmysqld/Makefile.am')
-rw-r--r--libmysqld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index 3c33b56ba1c..57a235730be 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -25,7 +25,7 @@ DEFS = -DEMBEDDED_LIBRARY -DMYSQL_SERVER \
-DDEFAULT_MYSQL_HOME="\"$(MYSQLBASEdir)\"" \
-DDATADIR="\"$(MYSQLDATAdir)\"" \
-DSHAREDIR="\"$(MYSQLSHAREdir)\""
-INCLUDES= @MT_INCLUDES@ @bdb_includes@ -I$(top_srcdir)/include \
+INCLUDES= @bdb_includes@ -I$(top_srcdir)/include \
-I$(top_srcdir)/sql -I$(top_srcdir)/sql/examples \
-I$(top_srcdir)/regex \
-I$(top_builddir)/include \