Mercurial > sdl-ios-xcode
diff src/timer/Makefile.am @ 754:623b453a3219
Fixed "dist" make target for newer versions of automake
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2003 06:25:53 +0000 |
parents | 550bccdf04bd |
children |
line wrap: on
line diff
--- a/src/timer/Makefile.am Wed Dec 10 12:35:56 2003 +0000 +++ b/src/timer/Makefile.am Sun Dec 14 06:25:53 2003 +0000 @@ -18,7 +18,7 @@ # Include the architecture-specific sources if TARGET_MINT -ARCH_SRCS = SDL_systimer.c SDL_vbltimer.S SDL_vbltimer_s.h +ARCH_SRCS = SDL_systimer.c mint/SDL_vbltimer.S mint/SDL_vbltimer_s.h else ARCH_SRCS = SDL_systimer.c endif