diff options
author | unknown <tomas@mc05.(none)> | 2004-06-15 08:14:20 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-06-15 08:14:20 +0200 |
commit | 42d9baf933c893c45269234ca0b3d705dc256e65 (patch) | |
tree | c99f0af498d96ea06c28b025171c02c9f05c8d71 /ndb/Makefile.am | |
parent | 61540a24d75d8657f214848fac8f09c7cf2a9169 (diff) | |
download | mariadb-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.am | 3 |
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 |