From dfc4062d5aa1e4dc7f44fbb1104638ca78fe9e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 25 Sep 2022 07:05:32 +0800 Subject: Turn Strap parsing into a feature rather than external libtidy package option, though it does, require libtidy to parse Strap, but libtidy will only be used for parsing Strap, not for anything else, seen from the library user's perspective. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c6ef2d1..d43fd49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,15 +11,13 @@ if WASM libinterchange_la_LDFLAGS = -static else libinterchange_la_CPPFLAGS += $(CURL_CFLAGS) -libinterchange_la_LDFLAGS = $(CURL_LIBS) endif if IOS -libinterchange_la_LDFLAGS += -static +libinterchange_la_LDFLAGS = -static endif -if TIDY +if STRAP libinterchange_la_SOURCES += handler.c libinterchange_la_CPPFLAGS += $(TIDY_CFLAGS) -libinterchange_la_LDFLAGS += $(TIDY_LIBS) endif include_HEADERS = icclient.h pkginclude_HEADERS = \ -- cgit v1.2.3