aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-10-06 18:31:14 +0200
committerMartin Willi <martin@revosec.ch>2014-10-06 18:31:14 +0200
commit7d3c58a511ae6825353020571b8cdaa45238fa6c (patch)
tree1657a6d3b8290c8e058f142655a395ae40ad5beb /src/libcharon/Makefile.am
parent100c1a4bf1f59414af8a1bfb6acb14b1a98e3349 (diff)
parent9180c921e85a4a55e0ba487d6a0751b127de3471 (diff)
downloadstrongswan-5.2.1dr1.tar.bz2
strongswan-5.2.1dr1.tar.xz
Merge branch 'ext-auth'5.2.1dr1
Integrates the ext-auth plugin by Vyronas Tsingaras. The new child process abstraction simplifies implementation in both the new ext-auth and the existing updown plugin, and makes them available on the Windows platform.
Diffstat (limited to 'src/libcharon/Makefile.am')
-rw-r--r--src/libcharon/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am
index e81c42405..0eaabf57f 100644
--- a/src/libcharon/Makefile.am
+++ b/src/libcharon/Makefile.am
@@ -258,6 +258,13 @@ if MONOLITHIC
endif
endif
+if USE_EXT_AUTH
+ SUBDIRS += plugins/ext_auth
+if MONOLITHIC
+ libcharon_la_LIBADD += plugins/ext_auth/libstrongswan-ext-auth.la
+endif
+endif
+
if USE_EAP_IDENTITY
SUBDIRS += plugins/eap_identity
if MONOLITHIC