mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 00:19:56 +00:00
SDL: Add SDL backend subfolders paths to makefile MODULE_DIRS.
This should fix subfolders sources not recompiling after a header change. svn-id: r51489
This commit is contained in:
parent
691d7cff28
commit
ffb5868ac5
@ -20,7 +20,10 @@ MODULE_OBJS += \
|
||||
endif
|
||||
|
||||
MODULE_DIRS += \
|
||||
backends/platform/sdl/
|
||||
backends/platform/sdl/ \
|
||||
backends/platform/sdl/macosx/ \
|
||||
backends/platform/sdl/posix/ \
|
||||
backends/platform/sdl/win32/
|
||||
|
||||
# We don't use the rules.mk here on purpose
|
||||
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user