Skip to content

Commit

Permalink
Include MacOS X in the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 9, 2001
1 parent fd7f14a commit fd3c724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit fd3c724

Please sign in to comment.