]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - Makefile
Add an example SVG and a gitignore
[libsvgtiny.git] / Makefile
index 4556eec939920be7c2e3ec898cee6421eb97ffdd..fe4cfe7b71f31aa46f934d6cc9fa6dda38e6a384 100644 (file)
--- 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