1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for 'make dist' 'make distclean' goals work even if ./configure

called without NDB enabled.
This commit is contained in:
konstantin@mysql.com
2004-06-25 23:21:14 +04:00
parent 8c867328cd
commit 172ab0ab8b

View File

@ -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)