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
@@ -0,0 +1,16 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-unbound.la
else
plugin_LTLIBRARIES = libstrongswan-unbound.la
endif
libstrongswan_unbound_la_SOURCES = \
unbound_plugin.h unbound_plugin.c unbound_resolver.c unbound_resolver.h
libstrongswan_unbound_la_LDFLAGS = -module -avoid-version
libstrongswan_unbound_la_LIBADD = -lunbound -lldns