diff options
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 94f47e37092..00e8b13b12c 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -33,9 +33,10 @@ pkgdata_DATA = my-small.cnf \ my-huge.cnf \ mysql-log-rotate \ mysql-@VERSION@.spec \ - mysql.server \ binary-configure +pkgdata_SCRIPTS = mysql.server + CLEANFILES = my-small.cnf \ my-medium.cnf \ my-large.cnf \ |