Added PKCS#8 stub plugin.

This commit is contained in:
Tobias Brunner
2012-02-01 18:27:45 +01:00
parent 9ec66bc1a5
commit 5ec525c1d1
5 changed files with 143 additions and 0 deletions
@@ -0,0 +1,15 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-pkcs8.la
else
plugin_LTLIBRARIES = libstrongswan-pkcs8.la
endif
libstrongswan_pkcs8_la_SOURCES = \
pkcs8_plugin.h pkcs8_plugin.c
libstrongswan_pkcs8_la_LDFLAGS = -module -avoid-version