diff options
author | unknown <jmiller/ndbdev@mysql.com/ndb15.mysql.com> | 2008-01-24 19:04:48 +0100 |
---|---|---|
committer | unknown <jmiller/ndbdev@mysql.com/ndb15.mysql.com> | 2008-01-24 19:04:48 +0100 |
commit | f112c3cf0083d5092a32217f2145d984341c4d63 (patch) | |
tree | b3bf95e2f427c1c6cbf38094d678525de6ecdc79 /support-files | |
parent | f8ad0918291c390ac23c2b20d0cdfb1f0ecce50b (diff) | |
download | mariadb-git-f112c3cf0083d5092a32217f2145d984341c4d63.tar.gz |
Makefile.am:
Needed to add the new sample configuration files to the CLEANFILES section
support-files/Makefile.am:
Needed to add the new sample configuration files to the CLEANFILES section
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 71939728046..a6001e635e6 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -65,6 +65,9 @@ CLEANFILES = my-small.cnf \ my-medium.cnf \ my-large.cnf \ my-huge.cnf \ + config.huge.ini \ + config.medium.ini \ + config.small.ini \ my-innodb-heavy-4G.cnf \ mysql.spec \ mysql-@VERSION@.spec \ |