Stub library for user space IPsec implementation added.

This commit is contained in:
Tobias Brunner
2012-08-08 15:09:31 +02:00
parent 48f2c4b69b
commit b70139fbfd
8 changed files with 187 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ if USE_LIBHYDRA
SUBDIRS += libhydra
endif
if USE_LIBIPSEC
SUBDIRS += libipsec
endif
if USE_SIMAKA
SUBDIRS += libsimaka
endif