]> Nishi Git Mirror - libw3.git/commitdiff
w3
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Thu, 18 Jan 2024 10:54:46 +0000 (10:54 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Thu, 18 Jan 2024 10:54:46 +0000 (10:54 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@29 d27a3e52-49c5-7645-884c-6793ebffc270

Makefile

index 20d4a6936a1b96656800c49d525208f88957f2ab..bb03e3e58b1048cbdf54693edf9d17d4b21ac2e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ CFLAGS := -g -std=c99 -fPIC -D_BSD_SOURCE
 LDFLAGS :=
 LIBS :=
 PREFIX := /usr/local
-VERSION := $(shell cat Library/W3Core.h | grep -m 1 LIBW3_VERSION | sed -E "s/.+\"([^\"]+)\"/\1/g")
+VERSION = $(shell cat Library/W3Version.h | grep -m 1 LIBW3_VERSION | sed -E "s/.+\"([^\"]+)\".+/\1/g")$(shell cat Library/W3Version.h | grep -Eo "\/W" | grep -Eo "W")
+
 
 ifdef SSL
 CFLAGS += -DSSL_SUPPORT