summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-31 10:11:01 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-31 10:11:01 +0100
commit903122126703e70670131932acb9b5b3eba86e8f (patch)
treee6ae88efab22f1e79f824dd0c96ee4b736d46fea /desktop
parentf656d8ca04ea2c84878ef270bbab78766065e7f5 (diff)
downloadnetsurf-903122126703e70670131932acb9b5b3eba86e8f.tar.gz
netsurf-903122126703e70670131932acb9b5b3eba86e8f.tar.bz2
Build the new treeview and global history.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Makefile b/desktop/Makefile
index f91754eb9..f787fd295 100644
--- a/desktop/Makefile
+++ b/desktop/Makefile
@@ -3,7 +3,7 @@
S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \
mouse.c plot_style.c print.c search.c searchweb.c \
scrollbar.c sslcert.c textarea.c thumbnail.c tree.c \
- tree_url_node.c version.c system_colour.c
+ tree_url_node.c version.c system_colour.c global_history.c treeview.c
S_DESKTOP := $(addprefix desktop/,$(S_DESKTOP))