summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-02-19 22:17:54 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-02-19 22:17:54 +0000
commita66575dfebd6460d5134c22543458030c7ae817d (patch)
tree183be1a6e9f58240198614e373030ad791562de8 /Makefile.sources
parentbd48a052a3b621233438bce25915aa3360502730 (diff)
downloadnetsurf-a66575dfebd6460d5134c22543458030c7ae817d.tar.gz
netsurf-a66575dfebd6460d5134c22543458030c7ae817d.tar.bz2
Remove thumbnail_create() from browser.h. Make RO front end use the core thumbnail_redraw function. Make other front ends include the right header for thumbnail_create().
svn path=/trunk/netsurf/; revision=11716
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 a8e18e1c0..6ca7cfcab 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -19,7 +19,8 @@ S_UTILS := base64.c filename.c hashtable.c http.c locale.c messages.c \
S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \
mouse.c options.c plot_style.c print.c search.c searchweb.c \
- scroll.c sslcert.c textarea.c tree.c tree_url_node.c version.c \
+ scroll.c sslcert.c textarea.c thumbnail.c tree.c \
+ tree_url_node.c version.c
# S_COMMON are sources common to all builds
S_COMMON := $(addprefix content/,$(S_CONTENT)) \