summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-02-03 13:18:22 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-02-03 13:18:22 +0000
commit2affb76944a4cd83a2ff6722c3150abbb972f37d (patch)
treeb74bf45e17f25b59c941f592ea4685f326e82d01 /makefile
parent4a343579867c0659dedc8e4216d02d2c166eee07 (diff)
downloadnetsurf-2affb76944a4cd83a2ff6722c3150abbb972f37d.tar.gz
netsurf-2affb76944a4cd83a2ff6722c3150abbb972f37d.tar.bz2
[project @ 2005-02-03 13:18:22 by rjw]
Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 991d83c97..4f5f324f1 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@
# "riscos", "riscos_small", "ncos", and "riscos_debug" can be compiled under
# RISC OS, or cross-compiled using gccsdk.
-OBJECTS_COMMON = content.o fetch.o fetchcache.o # content/
+OBJECTS_COMMON = content.o fetch.o fetchcache.o url_store.o # content/
OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/
OBJECTS_COMMON += box.o form.o html.o html_redraw.o layout.o \
list.o textplain.o # render/
@@ -35,7 +35,7 @@ OBJECTS_RISCOS += 401login.o bitmap.o buffer.o debugwin.o \
save.o save_complete.o save_draw.o save_text.o \
schedule.o search.o sprite.o textselection.o theme.o \
theme_install.o thumbnail.o treeview.o ufont.o uri.o \
- url_protocol.o wimp.o window.o # riscos/
+ url_complete.o url_protocol.o wimp.o window.o # riscos/
# OBJECTS_RISCOS += memdebug.o
OBJECTS_NCOS = $(OBJECTS_RISCOS)