diff options
author | acurtis@poseidon.ndb.mysql.com <> | 2005-11-07 16:25:06 +0100 |
---|---|---|
committer | acurtis@poseidon.ndb.mysql.com <> | 2005-11-07 16:25:06 +0100 |
commit | c01a3b5e5f3c28333384ff962f44afea3a1b4dda (patch) | |
tree | 2b8ffe29d899326e4ad244ac3f67d4fcf29bfae6 /extra/Makefile.am | |
parent | eed744d30b90da5baa9d9ee2d126341dd63f9d3d (diff) | |
download | mariadb-git-c01a3b5e5f3c28333384ff962f44afea3a1b4dda.tar.gz |
Make storage engines "pluggable", handlerton work
Diffstat (limited to 'extra/Makefile.am')
-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 457fddce673..feb96cdaf24 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \ - @ndbcluster_includes@ -I$(top_srcdir)/sql + -I$(top_srcdir)/sql LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \ ../dbug/libdbug.a ../strings/libmystrings.a BUILT_SOURCES= $(top_builddir)/include/mysqld_error.h \ |