diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-02-22 15:32:37 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-08 15:09:31 +0200 |
commit | b70139fbfd942547a7b591db3e3f2c7f9e6666f2 (patch) | |
tree | c4f29e1ef0a8c831bb89ccad462375af8524e48c /src/Makefile.am | |
parent | 48f2c4b69bc3ece99c20755be7eef3d4fe5e0da1 (diff) | |
download | strongswan-b70139fbfd942547a7b591db3e3f2c7f9e6666f2.tar.bz2 strongswan-b70139fbfd942547a7b591db3e3f2c7f9e6666f2.tar.xz |
Stub library for user space IPsec implementation added.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 452036b8b..e4c0374a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,10 @@ if USE_LIBHYDRA SUBDIRS += libhydra endif +if USE_LIBIPSEC + SUBDIRS += libipsec +endif + if USE_SIMAKA SUBDIRS += libsimaka endif |