comparison src/main/Makefile.am @ 193:ea31cf2d61af

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 23 Sep 2001 20:52:11 +0000
parents 0fb1328d68c2
children ba9e0fcc2ae2
comparison
equal deleted inserted replaced
192:e31f8d815aaa 193:ea31cf2d61af
14 14
15 # Build a separate library containing the main() entry point. 15 # Build a separate library containing the main() entry point.
16 lib_LIBRARIES = libSDLmain.a 16 lib_LIBRARIES = libSDLmain.a
17 17
18 if TARGET_MACOSX 18 if TARGET_MACOSX
19 MAINLIB_ARCH_SRCS = SDLmain.m SDLmain.h 19 MAINLIB_ARCH_SRCS = SDL_main.m SDL_main.h
20 else 20 else
21 MAINLIB_ARCH_SRCS = SDL_main.c 21 MAINLIB_ARCH_SRCS = SDL_main.c
22 endif 22 endif
23 23
24 libSDLmain_a_SOURCES = $(MAINLIB_ARCH_SRCS) 24 libSDLmain_a_SOURCES = $(MAINLIB_ARCH_SRCS)