summaryrefslogtreecommitdiff
path: root/frontends/riscos/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-09 13:58:48 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 15:25:46 +0000
commite2bad05338d5575bf485fbb509d496c5de012a64 (patch)
tree387523ead36eebef67b5bb710bf74ac59cff1f6e /frontends/riscos/Makefile
parentc7cf2d18de0ac03ce4c6276072bc89fd847e3c22 (diff)
downloadnetsurf-e2bad05338d5575bf485fbb509d496c5de012a64.tar.gz
netsurf-e2bad05338d5575bf485fbb509d496c5de012a64.tar.bz2
RISC OS corewindow implementation
Diffstat (limited to 'frontends/riscos/Makefile')
-rw-r--r--frontends/riscos/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/riscos/Makefile b/frontends/riscos/Makefile
index 6ed076800..17fd5598f 100644
--- a/frontends/riscos/Makefile
+++ b/frontends/riscos/Makefile
@@ -46,14 +46,15 @@ endif
# ----------------------------------------------------------------------------
# S_RISCOS are sources purely for the RISC OS build
-S_FRONTEND := 401login.c assert.c bitmap.c buffer.c cookies.c configure.c \
+S_FRONTEND := 401login.c assert.c bitmap.c buffer.c configure.c \
dialog.c download.c filetype.c font.c \
global_history.c gui.c help.c history.c hotlist.c iconbar.c \
image.c menus.c message.c mouse.c palettes.c plotters.c \
print.c query.c save.c save_draw.c save_pdf.c schedule.c \
search.c searchweb.c sslcert.c textarea.c \
textselection.c theme.c theme_install.c toolbar.c \
- treeview.c ucstables.c uri.c url_complete.c url_protocol.c \
+ treeview.c corewindow.c cookies.c \
+ ucstables.c uri.c url_complete.c url_protocol.c \
url_suggest.c wimp.c wimp_event.c window.c \
$(addprefix content-handlers/,artworks.c awrender.s draw.c \
sprite.c) \