summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 8153fa843d..005bf0033e 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -14,13 +14,12 @@ SRCS= shmem.c \
setenv.c \
mmap_anon.c \
+SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c
+SRCS-$(TARGET_WIN32) += mplayer-rc.c
+
getch = getch2.c
timer = timer-lx.c
-ifeq ($(MACOSX_FINDER_SUPPORT),yes)
-SRCS += macosx_finder_args.c
-endif
ifeq ($(TARGET_WIN32),yes)
-SRCS += mplayer-rc.c
timer = timer-win2.c
endif
ifeq ($(TARGET_OS),Darwin)