summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-23 22:27:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-23 22:27:33 +0000
commit861b5b4953541c1a5654bd57e874f68524c3f47a (patch)
tree889a7942fdac00d663c30c6b853a77616a79c7a7 /Makefile.sources
parent5e898e5a922359878d0386b183eb0914e3ae657f (diff)
downloadnetsurf-861b5b4953541c1a5654bd57e874f68524c3f47a.tar.gz
netsurf-861b5b4953541c1a5654bd57e874f68524c3f47a.tar.bz2
Factor Amiga theme-related code out to a new file. This includes all throbber and
mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.sources b/Makefile.sources
index ac2a7c403..ec7edc7a5 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -95,6 +95,7 @@ S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.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 print.c \
+ theme.c \
stringview/stringview.c stringview/urlhistory.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))