diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-04 14:27:11 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-04 14:27:11 +0000 |
commit | 59af74699c35d91eef5f3a6d8a5a73d9736de668 (patch) | |
tree | 2fdd7debff750d2e9ae48281086ab55977708993 /src | |
parent | 2df45a738eb4c7008d41d959596d866a4b3f63e2 (diff) | |
download | strongswan-59af74699c35d91eef5f3a6d8a5a73d9736de668.tar.bz2 strongswan-59af74699c35d91eef5f3a6d8a5a73d9736de668.tar.xz |
added xauth.h and xauth.c
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 3ec137843..5917bc364 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -60,6 +60,7 @@ state.c state.h \ timer.c timer.h \ vendor.c vendor.h \ virtual.c virtual.h \ +xauth.c xauth.h \ x509.c x509.h \ alg/ike_alg_aes.c alg/ike_alg_blowfish.c alg/ike_alg_twofish.c \ alg/ike_alg_serpent.c alg/ike_alg_sha2.c alg/ike_alginit.c \ @@ -80,8 +81,7 @@ AM_CFLAGS = \ -DSHARED_SECRETS_FILE=\"${confdir}/ipsec.secrets\" \ -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES \ -DPLUTO -DKLIPS -DDEBUG \ --DVENDORID -DXAUTH_VID -DTHREADS -#-DCISCO_QUIRKS +-DVENDORID -DTHREADS pluto_LDADD = \ $(top_srcdir)/src/libfreeswan/libfreeswan.a \ |