From d800af4bf8cb1e09fda6445f0fbb89bf02c98cdc Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Mar 2006 14:07:13 +0200 Subject: [PATCH] Makefile.am: Install "ndb_size.pl" script and template, bug#18421 ndb/tools/Makefile.am: Install "ndb_size.pl" script and template, bug#18421 --- ndb/tools/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \