From 3e36b078e34916f06e56beb3cf95f44c322ba0ee Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 9 Aug 2001 06:05:55 +0000 Subject: [PATCH] Include MacOS X in the distribution --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40142 --- src/main/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/Makefile.am b/src/main/Makefile.am index 651e5f690..06d64a751 100644 --- a/src/main/Makefile.am +++ b/src/main/Makefile.am @@ -4,8 +4,8 @@ # This is necessary because some platforms have special program # entry points, which require special application initialization. -ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux $(srcdir)/macos \ - $(srcdir)/win32 +ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux \ + $(srcdir)/macos $(srcdir)/macosx $(srcdir)/win32 # Build a separate library containing the main() entry point. lib_LIBRARIES = libSDLmain.a