diff options
author | unknown <hartmut@mysql.com> | 2005-12-05 14:17:53 +0100 |
---|---|---|
committer | unknown <hartmut@mysql.com> | 2005-12-05 14:17:53 +0100 |
commit | d1685606ed61f2d3804bd4cffa8ee1a110abaf09 (patch) | |
tree | e7eda81d3fb95b1732ece2e9be5bc4f9c91e80a8 /extra/Makefile.am | |
parent | 51e8d273507a6c1e5dc427b440738f5cfa33f647 (diff) | |
download | mariadb-git-d1685606ed61f2d3804bd4cffa8ee1a110abaf09.tar.gz |
fixed "perror --ndb" for 5.1 (bug #15486)
extra/Makefile.am:
perror needs ndb header files if ndb support is enabled
extra/perror.c:
perror.c still used HAVE_NDBCLUSTER_DB, not the new WITH_NDBCLUSTER_STORAGE_ENGINE
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index a2b4dce374a..3a6495e514a 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -44,5 +44,8 @@ bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \ resolve_stack_dump mysql_waitpid innochecksum noinst_PROGRAMS = charset2html +perror.o: perror.c + $(COMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $< + # Don't update the files from bitkeeper %::SCCS/s.% |