strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added unbound plugin implementing the resolver interface using libunbound
[strongswan.git]
/
src
/
libstrongswan
/
Makefile.am
diff --git
a/src/libstrongswan/Makefile.am
b/src/libstrongswan/Makefile.am
index
b0dd862
..
08be77c
100644
(file)
--- a/
src/libstrongswan/Makefile.am
+++ b/
src/libstrongswan/Makefile.am
@@
-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