diff options
author | tomas@mc05.(none) <> | 2004-05-05 14:19:47 +0200 |
---|---|---|
committer | tomas@mc05.(none) <> | 2004-05-05 14:19:47 +0200 |
commit | c57bf1b9c728e93cb6a35d435c54eff9c5f0c592 (patch) | |
tree | 7d9d66339b1e2aeff2d720886c3346ed8f615f9a /extra/Makefile.am | |
parent | 955d2a69868f872e9a2aceb96ec884ea6bf2d953 (diff) | |
download | mariadb-git-c57bf1b9c728e93cb6a35d435c54eff9c5f0c592.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 \ |