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:
@ -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)
|
||||
|
Reference in New Issue
Block a user