Mercurial > sdl-ios-xcode
comparison src/main/Makefile.am @ 175:0fb1328d68c2
Fix for "make dist"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 20:49:27 +0000 |
parents | 83018110dce8 |
children | ea31cf2d61af |
comparison
equal
deleted
inserted
replaced
174:da9a97f693a8 | 175:0fb1328d68c2 |
---|---|
8 | 8 |
9 ARCH_SUBDIRS = $(srcdir)/beos \ | 9 ARCH_SUBDIRS = $(srcdir)/beos \ |
10 $(srcdir)/epoc \ | 10 $(srcdir)/epoc \ |
11 $(srcdir)/linux \ | 11 $(srcdir)/linux \ |
12 $(srcdir)/macos \ | 12 $(srcdir)/macos \ |
13 $(srcdir)/macosx \ | |
14 $(srcdir)/win32 | 13 $(srcdir)/win32 |
15 | 14 |
16 # Build a separate library containing the main() entry point. | 15 # Build a separate library containing the main() entry point. |
17 lib_LIBRARIES = libSDLmain.a | 16 lib_LIBRARIES = libSDLmain.a |
18 | 17 |