]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - Makefile
Update the component version for release
[libsvgtiny.git] / Makefile
index 392d9daf095f2aeaf4bf7159406b5301e5dd1258..f124aed6e86abbd6563e1e082393649eead51ce0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Component settings
 COMPONENT := svgtiny
-COMPONENT_VERSION := 0.1.1
+COMPONENT_VERSION := 0.1.3
 # Default to a static library
 COMPONENT_TYPE ?= lib-static
 
@@ -16,8 +16,8 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
        -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
        -Wmissing-declarations -Wnested-externs -pedantic
 # BeOS/Haiku/AmigaOS standard library headers create warnings
-ifneq ($(TARGET),beos)
-  ifneq ($(TARGET),amiga)
+ifneq ($(BUILD),i586-pc-haiku)
+  ifneq ($(findstring amigaos,$(BUILD)),amigaos)
     WARNFLAGS := $(WARNFLAGS) -Werror
   endif
 endif