add ssl dependencies

This commit is contained in:
John
2022-02-08 21:04:34 +01:00
parent 5ec5c3daa4
commit 6fee17d0a5
8 changed files with 28 additions and 7 deletions
+4
View File
@@ -26,6 +26,10 @@ ebusd_LDADD = ../lib/utils/libutils.a \
-lpthread \
@EXTRA_LIBS@
if SSL
ebusd_LDADD += -lssl -lcrypto
endif
if CONTRIB
ebusd_LDADD += ../lib/ebus/contrib/libebuscontrib.a
endif