Build the new treeview and global history.

This commit is contained in:
Michael Drake 2013-05-31 10:11:01 +01:00
parent f656d8ca04
commit 9031221267
1 changed files with 1 additions and 1 deletions

View File

@ -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))