diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-13 18:39:01 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-13 18:39:01 +0200 |
commit | c27c9529b746ac7bb92eac0ecfb102db8327576d (patch) | |
tree | ed68c80768e36aee708866e6de65af2d25d873eb /src/pluto | |
parent | 9227a3b3fade1f131cffe2faa981d2b8e0aed18c (diff) | |
download | strongswan-c27c9529b746ac7bb92eac0ecfb102db8327576d.tar.bz2 strongswan-c27c9529b746ac7bb92eac0ecfb102db8327576d.tar.xz |
Enable XAUTH plugin on Android.
Diffstat (limited to 'src/pluto')
-rw-r--r-- | src/pluto/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluto/Android.mk b/src/pluto/Android.mk index 5899ed0e2..a6b2fd506 100644 --- a/src/pluto/Android.mk +++ b/src/pluto/Android.mk @@ -51,6 +51,8 @@ x509.c x509.h \ builder.c builder.h \ rsaref/pkcs11t.h rsaref/pkcs11.h rsaref/unix.h rsaref/pkcs11f.h +LOCAL_SRC_FILES += $(call add_plugin, xauth) + # build pluto ------------------------------------------------------------------ LOCAL_C_INCLUDES += \ |