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 /dbug | |
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 'dbug')
-rw-r--r-- | dbug/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbug/Makefile.am b/dbug/Makefile.am index a951aff6094..0810b13cceb 100644 --- a/dbug/Makefile.am +++ b/dbug/Makefile.am @@ -15,7 +15,7 @@ # 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 LDADD = libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a pkglib_LIBRARIES = libdbug.a noinst_HEADERS = dbug_long.h |