Skip to content
Snippets Groups Projects
Commit 7dcde38c authored by Tristan Matthews's avatar Tristan Matthews
Browse files

sip: tlsvalidator depends on opendht

Refs #61168

Change-Id: I98d4f4a94fff4aca0286563c52692eccbdd1a3ca
parent 4c9a183e
Branches
Tags
No related merge requests found
......@@ -21,10 +21,13 @@ libsiplink_la_SOURCES = \
if BUILD_TLS
libsiplink_la_SOURCES += tlsvalidation.c \
tlsvalidation.h \
tlsvalidator.cpp \
tlsvalidation.h
# These files depend on opendht
if USE_DHT
libsiplink_la_SOURCES += tlsvalidator.cpp \
tlsvalidator.h
endif
endif
libsiplink_la_SOURCES+=sippresence.cpp \
sippresence.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment