Add json-c in config

This commit is contained in:
vemax78
2013-07-29 19:00:49 +02:00
parent 73c3354e50
commit 6106db6ece
2 changed files with 17 additions and 1 deletions

View File

@ -63,7 +63,8 @@ ac_SOURCES = \
ac_LDADD = \
$(CONFIG_LIBS) \
$(PTHREAD_LIBS) \
$(LIBXML2_LIBS)
$(LIBXML2_LIBS) \
$(LIBJSON_LIBS)
if DTLS_ENABLED
ac_LDADD += $(SSL_LIBS)