summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 106de03e6..8b2b978ab 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -68,6 +68,9 @@ ifeq ($(TARGET),gtk)
# Where to search for NetSurf's resources after looking in ~/.netsurf and
# $NETSURFRES. It must have a trailing /
NETSURF_GTK_RESOURCES := /usr/local/share/netsurf/
+
+ # Where to install the netsurf binary
+ NETSURF_GTK_BIN := /usr/local/bin/
# Use librsvg in conjunction with Cairo to render SVG images
# Valid options: YES, NO, AUTO