diff options
author | unknown <tomas@mc05.(none)> | 2004-05-05 14:19:47 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-05 14:19:47 +0200 |
commit | 5c1069614cfd74ff56ff1393224cbec6d4dc773a (patch) | |
tree | 7d9d66339b1e2aeff2d720886c3346ed8f615f9a /extra/Makefile.am | |
parent | d90b362f1a0d4db41c5eecf90c3d1a100ab56b5d (diff) | |
download | mariadb-git-5c1069614cfd74ff56ff1393224cbec6d4dc773a.tar.gz |
extended perror to enable printing of storage engine specific errors for ndb
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 0276355ef65..df29a3a6ab7 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 = @MT_INCLUDES@ -I$(top_srcdir)/include @ndbcluster_includes@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \ ../dbug/libdbug.a ../strings/libmystrings.a bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \ |