summaryrefslogtreecommitdiff
path: root/frontends/riscos/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-05-28 22:07:33 +0100
committerVincent Sanders <vince@kyllikki.org>2017-05-28 22:07:33 +0100
commit6b997431d34d3711c62cf4bfe7f3456f45072273 (patch)
treeec809dd85c4178d08492d449429be73c5b98a958 /frontends/riscos/Makefile
parentf1fdd93ffda5181f325905c8509a2bea9d78eb41 (diff)
downloadnetsurf-6b997431d34d3711c62cf4bfe7f3456f45072273.tar.gz
netsurf-6b997431d34d3711c62cf4bfe7f3456f45072273.tar.bz2
update RISC OS frontend to use core window for local history
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 87790acc0..84a1c93f9 100644
--- a/frontends/riscos/Makefile
+++ b/frontends/riscos/Makefile
@@ -47,13 +47,14 @@ endif
# S_RISCOS are sources purely for the RISC OS build
S_FRONTEND := 401login.c assert.c bitmap.c buffer.c configure.c gui.c \
- dialog.c download.c filetype.c font.c help.c history.c image.c \
+ dialog.c download.c filetype.c font.c help.c image.c \
iconbar.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 textarea.c textselection.c theme.c \
theme_install.c toolbar.c url_suggest.c wimp.c wimp_event.c \
ucstables.c uri.c url_complete.c url_protocol.c window.c \
- corewindow.c cookies.c sslcert.c global_history.c hotlist.c \
+ corewindow.c cookies.c sslcert.c hotlist.c \
+ local_history.c global_history.c \
$(addprefix content-handlers/,artworks.c awrender.s draw.c \
sprite.c) \
$(addprefix gui/,button_bar.c progress_bar.c status_bar.c \