From f00ffe4dd2c3f2de9317f3ec13ac63e0191508bc Mon Sep 17 00:00:00 2001 From: Clavister OpenSource Date: Fri, 2 Dec 2011 15:39:09 +0100 Subject: [PATCH] IKEv1 XAuth: Added changes to Makefile.am to compile the xauth_null plugin. --- src/libcharon/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am index 7192e3db7..4d3cc39c7 100644 --- a/src/libcharon/Makefile.am +++ b/src/libcharon/Makefile.am @@ -500,3 +500,9 @@ if MONOLITHIC endif endif +if USE_XAUTH_NULL + SUBDIRS += plugins/xauth_null +if MONOLITHIC + libcharon_la_LIBADD += plugins/xauth_null/libstrongswan-xauth-null.la +endif +endif