summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:04 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:04 +0000
commitb9b4c3c90eea9b00da17d0cbdce195d715fdb01a (patch)
tree6d03a1314d04e1c8412896f209fbbce86353e98b /Makefile
parent83a6c4e93f773d0ef9600ab31cc12611062aa472 (diff)
downloadlibsvgtiny-b9b4c3c90eea9b00da17d0cbdce195d715fdb01a.tar.gz
libsvgtiny-b9b4c3c90eea9b00da17d0cbdce195d715fdb01a.tar.bz2
Update to new NSBUILD infrastructure
svn path=/trunk/libsvgtiny/; revision=14010
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2933bb0..fe4cfe7 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,9 @@ COMPONENT_VERSION := 0.0.2
COMPONENT_TYPE ?= lib-static
# Setup the tooling
-include build/makefiles/Makefile.tools
+PREFIX ?= /opt/netsurf
+NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem
+include $(NSSHARED)/makefiles/Makefile.tools
TESTRUNNER := $(ECHO)
@@ -43,7 +45,7 @@ else
LDFLAGS := $(CFLAGS) -lxml2
endif
-include build/makefiles/Makefile.top
+include $(NSBUILD)/Makefile.top
# Extra installation rules
I := /include