From 8c5e6af57d519005125f6b6c2e886d9b9237ef29 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 11 Aug 2005 20:13:12 +0200 Subject: - Make sure the Mac OS X support files are built, but not installed by "make install" (the previous change was too drastic) (BUG#12506) support-files/Makefile.am: - make sure that the RPM spec files are built, but not installed by "make install" --- support-files/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'support-files/Makefile.am') diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 59ee837825b..eba3a534489 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -41,6 +41,9 @@ pkgdata_DATA = my-small.cnf \ pkgdata_SCRIPTS = mysql.server +noinst_DATA = mysql-@VERSION@.spec \ + MySQL-shared-compat.spec + CLEANFILES = my-small.cnf \ my-medium.cnf \ my-large.cnf \ -- cgit v1.2.1