]> git.tdb.fi Git - ext/subsurface.git/blobdiff - Makefile
Add libxslt to Windows packaging file
[ext/subsurface.git] / Makefile
index 3f44cb68fc23cc8d70be09471a6720c29c55ecdb..5f1f46689ee35606b561b1ba339110b12d1d6f76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.1
+VERSION=1.2
 
 CC=gcc
 CFLAGS=-Wall -Wno-pointer-sign -g
@@ -87,7 +87,7 @@ GLIB2CFLAGS = $(shell $(PKGCONFIG) --cflags glib-2.0)
 GTK2CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-2.0)
 CFLAGS += $(shell $(XSLCONFIG) --cflags)
 
-UNAME := $(shell $(CC) -v 2>&1 | grep Target | grep -E -o "linux|darwin|win")
+UNAME := $(shell $(CC) -dumpmachine 2>&1 | grep -E -o "linux|darwin|win")
 
 
 ifeq ($(UNAME), linux)