diff options
author | unknown <lenz@mysql.com> | 2004-08-28 09:31:15 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-28 09:31:15 +0200 |
commit | a90c14b6f4f3a88b191d93b6c7de68403e2dffc9 (patch) | |
tree | abb8df8300c70e229191630db844c64121274cf9 /support-files/Makefile.am | |
parent | db15b91915bb57914e11f226c0130467dd4dcfdd (diff) | |
download | mariadb-git-a90c14b6f4f3a88b191d93b6c7de68403e2dffc9.tar.gz |
- fixed typo so make dist does not fail
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r-- | support-files/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index ddad52fbb2a..1f38b4c30c2 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -22,7 +22,7 @@ EXTRA_DIST = mysql.spec.sh \ my-medium.cnf.sh \ my-large.cnf.sh \ my-huge.cnf.sh \ - my-innodb-heavy-4G \ + my-innodb-heavy-4G.cnf.sh \ mysql-log-rotate.sh \ mysql.server.sh \ binary-configure.sh \ |