Added unbound plugin implementing the resolver interface using libunbound

This commit is contained in:
Reto Guadagnini
2013-02-19 11:57:21 +01:00
committed by Tobias Brunner
parent b1505b345b
commit 9f963a7cfc
7 changed files with 245 additions and 0 deletions
+7
View File
@@ -326,6 +326,13 @@ if MONOLITHIC
endif
endif
if USE_UNBOUND
SUBDIRS += plugins/unbound
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/unbound/libstrongswan-unbound.la
endif
endif
if USE_SOUP
SUBDIRS += plugins/soup
if MONOLITHIC