summaryrefslogtreecommitdiff
path: root/desktop/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-13 13:52:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-13 13:52:21 +0100
commit1e64ca5f4498c72947c9d1e5d42eb48c8a5bbc9b (patch)
treec8427e1c1f75c1df467b6c619941d6b07a73a250 /desktop/Makefile
parent4a01ef9e7a5864e8e6a098220dcc3a62ae80b13d (diff)
downloadnetsurf-1e64ca5f4498c72947c9d1e5d42eb48c8a5bbc9b.tar.gz
netsurf-1e64ca5f4498c72947c9d1e5d42eb48c8a5bbc9b.tar.bz2
Remove old sslcert module.
Diffstat (limited to 'desktop/Makefile')
-rw-r--r--desktop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Makefile b/desktop/Makefile
index 162b7364c..03e9591c0 100644
--- a/desktop/Makefile
+++ b/desktop/Makefile
@@ -2,7 +2,7 @@
S_DESKTOP := cookie_manager.c cookies_old.c history_global_core.c hotlist_old.c knockout.c \
mouse.c plot_style.c print.c search.c searchweb.c \
- scrollbar.c sslcert.c sslcert_viewer.c textarea.c thumbnail.c tree.c \
+ scrollbar.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))