X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=fe4cfe7b71f31aa46f934d6cc9fa6dda38e6a384;hb=b9b4c3c90eea9b00da17d0cbdce195d715fdb01a;hp=2933bb03bc7d651b80e0a12fa41506b192714202;hpb=83a6c4e93f773d0ef9600ab31cc12611062aa472;p=libsvgtiny.git 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