diff options
author | unknown <kent@mysql.com> | 2006-03-29 22:51:49 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-03-29 22:51:49 +0200 |
commit | e672bb700459dda159ef5ab48388fcb5a755db12 (patch) | |
tree | 7c8221907b8a11ca16840abb4bb33d420a1e5111 /ndb/tools | |
parent | 1a60013ff2a0d9afa74f41fbf2e4f7c1966def47 (diff) | |
download | mariadb-git-e672bb700459dda159ef5ab48388fcb5a755db12.tar.gz |
Makefile.am:
Use "dist_bin_SCRIPTS" to get a script distributed
ndb/tools/Makefile.am:
Use "dist_bin_SCRIPTS" to get a script distributed
Diffstat (limited to 'ndb/tools')
-rw-r--r-- | ndb/tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/tools/Makefile.am b/ndb/tools/Makefile.am index 19802367803..c8aff4da633 100644 --- a/ndb/tools/Makefile.am +++ b/ndb/tools/Makefile.am @@ -1,5 +1,5 @@ -bin_SCRIPTS = ndb_size.pl ndb_error_reporter +dist_bin_SCRIPTS = ndb_size.pl ndb_error_reporter dist_pkgdata_DATA = ndb_size.tmpl ndbtools_PROGRAMS = \ |