diff options
author | jmiller/ndbdev@mysql.com/ndb15.mysql.com <> | 2008-01-24 19:04:48 +0100 |
---|---|---|
committer | jmiller/ndbdev@mysql.com/ndb15.mysql.com <> | 2008-01-24 19:04:48 +0100 |
commit | c8d4323975735ee62622d233d71d8aacac8d62db (patch) | |
tree | b3bf95e2f427c1c6cbf38094d678525de6ecdc79 /support-files/Makefile.am | |
parent | 9803176bd17db3bc83c1674468a2f17e011e8979 (diff) | |
download | mariadb-git-c8d4323975735ee62622d233d71d8aacac8d62db.tar.gz |
Makefile.am:
Needed to add the new sample configuration files to the CLEANFILES section
Diffstat (limited to 'support-files/Makefile.am')
-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 \ |