summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-23 17:20:00 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-23 17:38:14 +0000
commit0e4f09db0fd92c6fc07c7e26c53d78124184b937 (patch)
tree73496ab4b079b1370ff1af6d839e0df13369ff1f
parent7a3f86494049fcfddaf00331d8bdbc746b4bbecb (diff)
downloadnetsurf-0e4f09db0fd92c6fc07c7e26c53d78124184b937.tar.gz
netsurf-0e4f09db0fd92c6fc07c7e26c53d78124184b937.tar.bz2
Buildsystem: Build the page-info module.
-rw-r--r--desktop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Makefile b/desktop/Makefile
index 0d88b2bc9..3e4044911 100644
--- a/desktop/Makefile
+++ b/desktop/Makefile
@@ -3,7 +3,7 @@
S_DESKTOP := cookie_manager.c knockout.c hotlist.c mouse.c \
plot_style.c print.c search.c searchweb.c scrollbar.c \
sslcert_viewer.c textarea.c version.c system_colour.c \
- local_history.c global_history.c treeview.c
+ local_history.c global_history.c treeview.c page-info.c
S_DESKTOP := $(addprefix desktop/,$(S_DESKTOP))