summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-07 01:11:03 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-07 01:11:03 +0000
commit04f3f5f23169abca93374adab256d0e62b60d7a9 (patch)
tree0749c434ef38310b3b3c8a3ab0693193386c853f
parent52f1e3cbc01e212008785bdbb6c0ddd907b818e8 (diff)
downloadnetsurf-04f3f5f23169abca93374adab256d0e62b60d7a9.tar.gz
netsurf-04f3f5f23169abca93374adab256d0e62b60d7a9.tar.bz2
[project @ 2006-01-07 01:11:03 by rjw]
Add home and cache tool files. svn path=/import/netsurf/; revision=2010
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index c5ab392a9..6fe3b40f5 100644
--- a/makefile
+++ b/makefile
@@ -40,8 +40,8 @@ OBJECTS_RISCOS += 401login.o artworks.o assert.o awrender.o bitmap.o \
schedule.o search.o sprite.o textselection.o theme.o \
theme_install.o thumbnail.o treeview.o ucstables.o uri.o \
url_complete.o url_protocol.o wimp.o wimp_event.o window.o # riscos/
-OBJECTS_RISCOS += con_fonts.o con_image.o con_memory.o \
- con_theme.o # riscos/configure/
+OBJECTS_RISCOS += con_cache.o con_fonts.o con_home.o con_image.o \
+ con_memory.o con_theme.o # riscos/configure/
# OBJECTS_RISCOS += memdebug.o
OBJECTS_NCOS = $(OBJECTS_RISCOS)