diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-08-25 16:55:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-08-25 16:55:24 (GMT) |
commit | 41dcf8a45d61108fef1f545ecdee5d79d8135089 (patch) | |
tree | 358c8a9b85e3d582ebe8e0f68c208785a4801517 /src/Makefile.am | |
parent | f505830e800e4061d6e57c2b0769f956e70a2d84 (diff) |
Restore an improved cURL support.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9355d4c..4e8c07c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,6 +87,12 @@ libchrysacore4_la_LIBADD = \ libchrysacore4_la_LDFLAGS = \ $(TOOLKIT_LIBS) $(LIBSSL_LIBS) +if BUILD_CURL_SUPPORT + +libchrysacore4_la_LDFLAGS += $(LIBCURL_LIBS) + +endif + #--- libchrysacoreui |