From 10281e513ec6cd68f935ea6b6751f875938df34f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 23 Sep 2001 20:52:11 +0000 Subject: [PATCH] *** empty log message *** --- 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