Added PKCS#11 token plugin stub

This commit is contained in:
Martin Willi
2010-08-04 09:26:18 +02:00
parent f8bb082f1f
commit 6e862e2152
5 changed files with 121 additions and 0 deletions
@@ -0,0 +1,15 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-pkcs11.la
else
plugin_LTLIBRARIES = libstrongswan-pkcs11.la
endif
libstrongswan_pkcs11_la_SOURCES = \
pkcs11_plugin.h pkcs11_plugin.c
libstrongswan_pkcs11_la_LDFLAGS = -module -avoid-version