diff options
author | unknown <kent@mysql.com> | 2006-03-29 14:07:13 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-03-29 14:07:13 +0200 |
commit | d800af4bf8cb1e09fda6445f0fbb89bf02c98cdc (patch) | |
tree | 2f8e878fcb5429c39f1009b375dc4ced7d80b0e8 /ndb/tools | |
parent | 7130316d15cc4f745a56aab2e308b6ae6f690749 (diff) | |
download | mariadb-git-d800af4bf8cb1e09fda6445f0fbb89bf02c98cdc.tar.gz |
Makefile.am:
Install "ndb_size.pl" script and template, bug#18421
ndb/tools/Makefile.am:
Install "ndb_size.pl" script and template, bug#18421
Diffstat (limited to 'ndb/tools')
-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 \ |