diff options
author | unknown <kent@mysql.com> | 2006-03-29 14:08:13 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-03-29 14:08:13 +0200 |
commit | 42750573d505498993552770ff73f51631bff71c (patch) | |
tree | 4f733b996c4f635ecddd246647eefdd8c9640387 | |
parent | a8c9bbd4bea5587f930e6029d26e1aac6bbef21c (diff) | |
parent | d800af4bf8cb1e09fda6445f0fbb89bf02c98cdc (diff) | |
download | mariadb-git-42750573d505498993552770ff73f51631bff71c.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
-rw-r--r-- | ndb/tools/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ndb/tools/Makefile.am b/ndb/tools/Makefile.am index 795441380a8..4819f8ff289 100644 --- a/ndb/tools/Makefile.am +++ b/ndb/tools/Makefile.am @@ -1,4 +1,7 @@ +bin_SCRIPTS = ndb_size.pl +dist_pkgdata_DATA = ndb_size.tmpl + ndbtools_PROGRAMS = \ ndb_test_platform \ ndb_waiter \ |