Added plugin stub for AF_ALG

This commit is contained in:
Martin Willi
2010-12-20 09:52:02 +01:00
parent e44817df6f
commit 71c87e3483
5 changed files with 123 additions and 0 deletions
+7
View File
@@ -136,6 +136,13 @@ else
SUBDIRS = .
endif
if USE_AF_ALG
SUBDIRS += plugins/af_alg
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/af_alg/libstrongswan-af-alg.la
endif
endif
if USE_AES
SUBDIRS += plugins/aes
if MONOLITHIC