From 172ab0ab8b2c21a7c4075dda1c0ed14f329fed9a Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Fri, 25 Jun 2004 23:21:14 +0400 Subject: [PATCH] Fix for 'make dist' 'make distclean' goals work even if ./configure called without NDB enabled. --- mysql-test/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 9a899361f59..e10c0739cb4 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -19,6 +19,13 @@ if HAVE_NDBCLUSTER_DB SUBDIRS = ndb +DIST_SUBDIRS=ndb +else +# If one uses automake conditionals, automake will automatically +# include all possible branches to DIST_SUBDIRS goal. +# Reset DIST_SUBDIRS if we don't use NDB +SUBDIRS= +DIST_SUBDIRS= endif benchdir_root= $(prefix)