Mercurial > sdl-ios-xcode
changeset 193:ea31cf2d61af
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 20:52:11 +0000 |
parents | e31f8d815aaa |
children | ba9e0fcc2ae2 |
files | src/main/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/Makefile.am Sun Sep 23 20:51:36 2001 +0000 +++ b/src/main/Makefile.am Sun Sep 23 20:52:11 2001 +0000 @@ -16,7 +16,7 @@ lib_LIBRARIES = libSDLmain.a if TARGET_MACOSX -MAINLIB_ARCH_SRCS = SDLmain.m SDLmain.h +MAINLIB_ARCH_SRCS = SDL_main.m SDL_main.h else MAINLIB_ARCH_SRCS = SDL_main.c endif