From 6b997431d34d3711c62cf4bfe7f3456f45072273 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 28 May 2017 22:07:33 +0100 Subject: update RISC OS frontend to use core window for local history --- frontends/riscos/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontends/riscos/Makefile') 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 \ -- cgit v1.2.3