X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile;h=fe4cfe7b71f31aa46f934d6cc9fa6dda38e6a384;hb=61856750e7a0419d24e834f5d912511fab6244a3;hp=4556eec939920be7c2e3ec898cee6421eb97ffdd;hpb=035aa3397d290e4e475ede4c7faa1f40f52e454e;p=libsvgtiny.git diff --git a/Makefile b/Makefile index 4556eec..fe4cfe7 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.0.1 +COMPONENT_VERSION := 0.0.2 # Default to a static library 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