diff options
author | serg@serg.mylan <> | 2006-04-12 14:08:24 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2006-04-12 14:08:24 +0200 |
commit | 70c2ff34f708de50c531f60e9f80102138ad9c6e (patch) | |
tree | 46aa796924bcff90935d9149ffb0d65ac7c6ae61 /mysql-test/ndb | |
parent | 5eefa6ec1f57cdac17e454c8f2a71b8ebc129f00 (diff) | |
download | mariadb-git-70c2ff34f708de50c531f60e9f80102138ad9c6e.tar.gz |
fixes for 'make dist' and 'make distcheck'
Diffstat (limited to 'mysql-test/ndb')
-rw-r--r-- | mysql-test/ndb/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mysql-test/ndb/Makefile.am b/mysql-test/ndb/Makefile.am index 2a1c59fd359..4ddf61cf5cc 100644 --- a/mysql-test/ndb/Makefile.am +++ b/mysql-test/ndb/Makefile.am @@ -1,14 +1,11 @@ -BUILT_SOURCES = ndbcluster - benchdir_root= $(prefix) testdir = $(benchdir_root)/mysql-test/ndb -test_SCRIPTS = ndbcluster - -noinst_HEADERS = ndbcluster.sh - +EXTRA_DIST = ndbcluster.sh +CLEANFILES = ndbcluster dist_test_DATA = ndb_config_2_node.ini ndb_config_1_node.ini +test_SCRIPTS = ndbcluster SUFFIXES = .sh |