unbound: Implemented rr_t as unbound_rr_t

This commit is contained in:
Reto Guadagnini
2013-02-19 11:57:21 +01:00
committed by Tobias Brunner
parent 9f963a7cfc
commit 4a335a2164
3 changed files with 215 additions and 1 deletions
@@ -10,7 +10,9 @@ plugin_LTLIBRARIES = libstrongswan-unbound.la
endif
libstrongswan_unbound_la_SOURCES = \
unbound_plugin.h unbound_plugin.c unbound_resolver.c unbound_resolver.h
unbound_plugin.h unbound_plugin.c \
unbound_resolver.c unbound_resolver.h \
unbound_rr.h unbound_rr.c
libstrongswan_unbound_la_LDFLAGS = -module -avoid-version
libstrongswan_unbound_la_LIBADD = -lunbound -lldns