From: nishi Date: Thu, 18 Jan 2024 12:01:48 +0000 (+0000) Subject: aa X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a7e117c10577c36f4c9f38dfd3bba77986480237;p=libw3.git aa git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@31 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Makefile b/Makefile index ede14fa..b631811 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CFLAGS := -g -std=c99 -fPIC -D_BSD_SOURCE LDFLAGS := LIBS := PREFIX := /usr/local -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") +VERSION = $(shell cat Library/W3Version.h | grep -m 1 LIBW3_VERSION | sed -E "s/.+\"([^\"]+)\".+/\1/g")$(shell cat Library/W3Version.h | grep -A 1 -Eo "LIBW3_VERSION" | tail -n1 | grep -Eo "W") ifdef SSL