diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-02-01 20:50:17 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-02-01 20:50:17 -0500 |
commit | fe87d370ab08de22c8513d52fb211ffa5fe3561b (patch) | |
tree | e551697f42a3ec1c7201c2f6c04250d02edc0132 /support-files/Makefile.am | |
parent | 171aa6fe7df167d5433e2ea42b9fa1c2e5fed3ab (diff) | |
parent | a556607baff14099016cda9611b7715fa776f28e (diff) | |
download | mariadb-git-fe87d370ab08de22c8513d52fb211ffa5fe3561b.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
BitKeeper/etc/logging_ok:
'Auto converge'
Diffstat (limited to 'support-files/Makefile.am')
-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 2f997526e05..a9c85c2a6bd 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 \ |