summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-12 10:30:24 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-12 10:30:24 +0100
commitd89b5e2678124d5953f8198c28c9d1a589d7fb10 (patch)
treed4f14a51088c33a1f8ad725d13d2a83209d8c1da /desktop
parent4a9e4a676f6da2b4e54e37b377609a431547aeef (diff)
downloadnetsurf-d89b5e2678124d5953f8198c28c9d1a589d7fb10.tar.gz
netsurf-d89b5e2678124d5953f8198c28c9d1a589d7fb10.tar.bz2
Build SSL certificate viewer module.
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 90ca5e011..7983ff92c 100644
--- a/desktop/Makefile
+++ b/desktop/Makefile
@@ -2,7 +2,7 @@
S_DESKTOP := cookie_manager.c cookies_old.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 \
+ scrollbar.c sslcert.c sslcert_viewer.c textarea.c thumbnail.c tree.c \
tree_url_node.c version.c system_colour.c global_history.c treeview.c
S_DESKTOP := $(addprefix desktop/,$(S_DESKTOP))