diff options
author | lenz@mysql.com <> | 2003-02-03 20:39:48 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-02-03 20:39:48 +0100 |
commit | 1b640ac82ddb5a4c9868330488e97f385875a39d (patch) | |
tree | 91b8500ad29cd9ee0cd23ebf67de2c56b7c16f39 /support-files/Makefile.am | |
parent | 50ca3ba714e1832d8d523aaeb1171320f249f9b6 (diff) | |
download | mariadb-git-1b640ac82ddb5a4c9868330488e97f385875a39d.tar.gz |
- added support-files/MacOSX to include files specific for building
MacOSX packages using PackageMaker
- renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X
terminology as well)
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r-- | support-files/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 00e8b13b12c..4aadd98bd1b 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -27,6 +27,8 @@ EXTRA_DIST = mysql.spec.sh \ binary-configure.sh \ magic +SUBDIRS = MacOSX + pkgdata_DATA = my-small.cnf \ my-medium.cnf \ my-large.cnf \ |