keychain: add a stub for a credential plugin using OS X Keychain Services

This commit is contained in:
Martin Willi
2013-07-18 12:17:54 +02:00
parent 5d36f04ee2
commit 7b8edabd8a
7 changed files with 258 additions and 0 deletions
+7
View File
@@ -423,6 +423,13 @@ if MONOLITHIC
endif
endif
if USE_KEYCHAIN
SUBDIRS += plugins/keychain
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/keychain/libstrongswan-keychain.la
endif
endif
if USE_PKCS11
SUBDIRS += plugins/pkcs11
if MONOLITHIC