diff options
author | tulin@mysql.com <> | 2005-02-03 17:58:02 +0100 |
---|---|---|
committer | tulin@mysql.com <> | 2005-02-03 17:58:02 +0100 |
commit | e70445d31842e10eeea4bfd9b651e1b382c06fbe (patch) | |
tree | 761006b9f2f6997460a0c1a2a90313352a6b4e38 /support-files/Makefile.am | |
parent | a2b62c5b2df6154e81bb8eb97bec723ff7ab8b34 (diff) | |
download | mariadb-git-e70445d31842e10eeea4bfd9b651e1b382c06fbe.tar.gz |
made an .sh file of ndb-config-2-node.ini instead
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r-- | support-files/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 7ae1071f9ec..0a6077f0efc 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -27,7 +27,8 @@ EXTRA_DIST = mysql.spec.sh \ mysql.server.sh \ binary-configure.sh \ magic \ - MySQL-shared-compat.spec.sh + MySQL-shared-compat.spec.sh \ + ndb-config-2-node.ini.sh SUBDIRS = MacOSX @@ -38,7 +39,8 @@ pkgdata_DATA = my-small.cnf \ my-innodb-heavy-4G.cnf \ mysql-log-rotate \ mysql-@VERSION@.spec \ - MySQL-shared-compat.spec + MySQL-shared-compat.spec \ + ndb-config-2-node.ini pkgdata_SCRIPTS = mysql.server @@ -52,7 +54,8 @@ CLEANFILES = my-small.cnf \ mysql-log-rotate \ mysql.server \ binary-configure \ - MySQL-shared-compat.spec + MySQL-shared-compat.spec \ + ndb-config-2-node.ini mysql-@VERSION@.spec: mysql.spec rm -f $@ |