summaryrefslogtreecommitdiff
path: root/windows/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
commit123c8bc8b3d621d0e259ae9ce99ebe753036ac0b (patch)
tree7c7a03e94b917f5fe1b3e07107c17204913c8339 /windows/Makefile.target
parent7736a611a2c9d13d697cfc8bc83f9dddbb99138c (diff)
downloadnetsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.gz
netsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.bz2
split out windows file operations into a separeate module
Diffstat (limited to 'windows/Makefile.target')
-rw-r--r--windows/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 5773a0c36..6b8ce6a8c 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -58,7 +58,7 @@ S_RESOURCES := windows_resource.o
# S_WINDOWS are sources purely for the windows build
S_WINDOWS := main.c window.c gui.c drawable.c misc.c plot.c findfile.c \
- font.c bitmap.c about.c prefs.c download.c filetype.c \
+ font.c bitmap.c about.c prefs.c download.c filetype.c file.c \
localhistory.c schedule.c windbg.c pointers.c
S_WINDOWS := $(addprefix windows/,$(S_WINDOWS))