summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 58370bc628..5685f774dd 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -15,6 +15,9 @@ endif
getch = getch2.c
timer = timer-lx.c
+ifeq ($(MACOSX_FINDER_SUPPORT),yes)
+SRCS += macosx_finder_args.c
+endif
ifeq ($(TARGET_OS),Darwin)
timer = timer-darwin.c
endif