mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Fixed "dist" make target for newer versions of automake
This commit is contained in:
@@ -18,7 +18,7 @@ COMMON_SRCS = SDL_timer.c SDL_timer_c.h SDL_systimer.h
|
||||
|
||||
# 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
|
||||
|
||||
@@ -47,7 +47,7 @@ static char rcsid =
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_thread.h"
|
||||
|
||||
#include "SDL_vbltimer_s.h"
|
||||
#include "mint/SDL_vbltimer_s.h"
|
||||
|
||||
/* The first ticks value of the application */
|
||||
static Uint32 start;
|
||||
|
||||
Reference in New Issue
Block a user