summaryrefslogtreecommitdiff
path: root/ndb/Makefile.am
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-06-15 08:14:20 +0200
committerunknown <tomas@mc05.(none)>2004-06-15 08:14:20 +0200
commit42d9baf933c893c45269234ca0b3d705dc256e65 (patch)
treec99f0af498d96ea06c28b025171c02c9f05c8d71 /ndb/Makefile.am
parent61540a24d75d8657f214848fac8f09c7cf2a9169 (diff)
downloadmariadb-git-42d9baf933c893c45269234ca0b3d705dc256e65.tar.gz
ndb fixes for make dist
mysql-test/ndb/ndbcluster.sh: Change mode to -rw-rw-r--
Diffstat (limited to 'ndb/Makefile.am')
-rw-r--r--ndb/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/Makefile.am b/ndb/Makefile.am
index 5cd52010f1d..82f424fcfb4 100644
--- a/ndb/Makefile.am
+++ b/ndb/Makefile.am
@@ -1,4 +1,5 @@
-SUBDIRS = src tools . include $(ndb_opt_test_subdirs)
+SUBDIRS = src tools . include @ndb_opt_subdirs@
+DIST_SUBDIRS = src tools include test docs
EXTRA_DIST = config
include $(top_srcdir)/ndb/config/common.mk.am