Whoops. Revert accidental changes to Makefile.config

svn path=/trunk/netsurf/; revision=5594
This commit is contained in:
Rob Kendrick 2008-10-18 14:43:26 +00:00
parent 33dc55587e
commit 1139f0e907
1 changed files with 2 additions and 2 deletions

View File

@ -104,10 +104,10 @@ ifeq ($(TARGET),gtk)
# Where to search for NetSurf's resources after looking in ~/.netsurf and
# $NETSURFRES. It must have a trailing /
NETSURF_GTK_RESOURCES := /home/rjek/usr/netsurf/share/netsurf/
NETSURF_GTK_RESOURCES := /usr/local/share/netsurf/
# Where to install the netsurf binary
NETSURF_GTK_BIN := /home/rjek/usr/netsurf/bin/
NETSURF_GTK_BIN := /usr/local/bin/
# Enable NetSurf's use of Hubbub to parse HTML, rather than libxml2
# Valid options: YES, NO, AUTO (highly recommended)