From b20949a35025b23da1bf0ac6003f4575eb94281d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 23 Jul 2009 11:23:34 +0000 Subject: Replace URL bar with custom StringView class. Thanks to Stephen Fellner, Rene W Olsen and Joerg Strohmayer. svn path=/trunk/netsurf/; revision=8723 --- Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 77f97a567..e3404739d 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -84,7 +84,8 @@ S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \ plotters.c object.c menu.c save_pdf.c arexx.c version.c \ cookies.c context_menu.c clipboard.c save_complete.c \ fetch_file.c fetch_mailto.c search.c history_local.c \ - download.c iff_dr2d.c sslcert.c gui_options.c + download.c iff_dr2d.c sslcert.c gui_options.c \ + stringview/stringview.c stringview/urlhistory.c S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # S_FRAMEBUFFER are sources purely for the framebuffer build -- cgit v1.2.3