diff options
author | Clavister OpenSource <opensource@clavister.com> | 2011-12-02 15:39:09 +0100 |
---|---|---|
committer | Clavister OpenSource <opensource@clavister.com> | 2012-03-20 17:31:11 +0100 |
commit | f00ffe4dd2c3f2de9317f3ec13ac63e0191508bc (patch) | |
tree | 339c6a826f9aec3dd76f5ed3241dbfa3d40d14f3 /src | |
parent | 8cb6f4f979be416e5b9021af282810d8e94ed106 (diff) | |
download | strongswan-f00ffe4dd2c3f2de9317f3ec13ac63e0191508bc.tar.bz2 strongswan-f00ffe4dd2c3f2de9317f3ec13ac63e0191508bc.tar.xz |
IKEv1 XAuth: Added changes to Makefile.am to compile the xauth_null plugin.
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |