summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-23 11:23:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-23 11:23:34 +0000
commitb20949a35025b23da1bf0ac6003f4575eb94281d (patch)
treee40a951548d0224f1027c567ab621dd275f8c3bd /Makefile.sources
parentdffc8779ed8b1c1c2daa2f864897588df80e50b1 (diff)
downloadnetsurf-b20949a35025b23da1bf0ac6003f4575eb94281d.tar.gz
netsurf-b20949a35025b23da1bf0ac6003f4575eb94281d.tar.bz2
Replace URL bar with custom StringView class. Thanks to Stephen Fellner, Rene W Olsen
and Joerg Strohmayer. svn path=/trunk/netsurf/; revision=8723
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
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