created tnc-pdp policy decision point plugin

This commit is contained in:
Andreas Steffen
2012-03-13 16:27:16 +01:00
parent bc403eb1e5
commit 70fd2d1af7
9 changed files with 474 additions and 0 deletions
+7
View File
@@ -340,6 +340,13 @@ if MONOLITHIC
endif
endif
if USE_TNC_PDP
SUBDIRS += plugins/tnc_pdp
if MONOLITHIC
libcharon_la_LIBADD += plugins/tnc_pdp/libstrongswan-tnc-pdp.la
endif
endif
if USE_TNC_IMC
SUBDIRS += plugins/tnc_imc
if MONOLITHIC