X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile;h=9466bcd1313a237b8d6421f1dc2d2f1b3af6e9d1;hb=4e4c0d2c2abb1e576aa91791ae660bc8f2b9c77a;hp=fe6f657c9830ac5f3119c829c4f9bc5980004ff3;hpb=e368730948266bb88347ace7a1da642a4f8781a2;p=libsvgtiny.git diff --git a/Makefile b/Makefile index fe6f657..9466bcd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.0 +COMPONENT_VERSION := 0.1.2 # Default to a static library COMPONENT_TYPE ?= lib-static @@ -47,5 +47,5 @@ include $(NSBUILD)/Makefile.top # Extra installation rules I := /include INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/svgtiny.h -INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in -INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT) +INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in +INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT)