From 6abb357c70543ca78bc21dad7e8a1232b92e6026 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 23 Sep 2001 20:52:11 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40194 --- src/main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Makefile.am b/src/main/Makefile.am index 3af133cf5..22c97c646 100644 --- a/src/main/Makefile.am +++ b/src/main/Makefile.am @@ -16,7 +16,7 @@ ARCH_SUBDIRS = $(srcdir)/beos \ 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