mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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
|
if HAVE_NDBCLUSTER_DB
|
||||||
SUBDIRS = ndb
|
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
|
endif
|
||||||
|
|
||||||
benchdir_root= $(prefix)
|
benchdir_root= $(prefix)
|
||||||
|
Reference in New Issue
Block a user