summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-02 22:11:09 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-02 22:11:09 +0000
commitf84dedbe4d383b8cdd835f0f3b2a2526eb638204 (patch)
tree2f6c6e800dba7e8e84f3ff46f79ca1cdc9759be6 /makefile
parentaa8348ec49d5a936ea5836d7f29fd9b3e8bdd5fa (diff)
downloadnetsurf-f84dedbe4d383b8cdd835f0f3b2a2526eb638204.tar.gz
netsurf-f84dedbe4d383b8cdd835f0f3b2a2526eb638204.tar.bz2
[project @ 2006-01-02 22:11:09 by rjw]
Add theme configuration tool. svn path=/import/netsurf/; revision=1964
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6dd5ca2d2..183d4a33f 100644
--- a/makefile
+++ b/makefile
@@ -40,7 +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 # riscos/configure/
+OBJECTS_RISCOS += con_fonts.o con_image.o con_memory.o \
+ con_theme.o # riscos/configure/
# OBJECTS_RISCOS += memdebug.o
OBJECTS_NCOS = $(OBJECTS_RISCOS)