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
+5
View File
@@ -40,6 +40,11 @@ if !MONOLITHIC
endif
endif
if USE_LIBIPSEC
deps += $(top_builddir)/src/libipsec/libipsec.la
libs += $(DESTDIR)$(ipseclibdir)/libipsec.so
endif
if USE_TLS
deps += $(top_builddir)/src/libtls/libtls.la
libs += $(DESTDIR)$(ipseclibdir)/libtls.so