diff options
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 |