summaryrefslogtreecommitdiff
path: root/extra/Makefile.am
diff options
context:
space:
mode:
authorunknown <hartmut@mysql.com>2005-12-05 14:17:53 +0100
committerunknown <hartmut@mysql.com>2005-12-05 14:17:53 +0100
commitd1685606ed61f2d3804bd4cffa8ee1a110abaf09 (patch)
treee7eda81d3fb95b1732ece2e9be5bc4f9c91e80a8 /extra/Makefile.am
parent51e8d273507a6c1e5dc427b440738f5cfa33f647 (diff)
downloadmariadb-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.am3
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.%