created empty imc_attestation and imv_attestation plugin hulls
This commit is contained in:
+13
-1
@@ -137,8 +137,13 @@ ARG_ENABL_SET([tnccs-20], [enable TNCCS 2.0 protocol module.])
|
||||
ARG_ENABL_SET([tnccs-dynamic], [enable dynamic TNCCS protocol discovery module.])
|
||||
ARG_ENABL_SET([imc-test], [enable IMC test module.])
|
||||
ARG_ENABL_SET([imv-test], [enable IMV test module.])
|
||||
<<<<<<< HEAD
|
||||
ARG_ENABL_SET([imc-scanner], [enable IMC port scanner module.])
|
||||
ARG_ENABL_SET([imv-scanner], [enable IMV port scanner module.])
|
||||
=======
|
||||
ARG_ENABL_SET([imc-attestation],[enable IMC attestation module.])
|
||||
ARG_ENABL_SET([imv-attestation],[enable IMV attestation module.])
|
||||
>>>>>>> created empty imc_attestation and imv_attestation plugin hulls
|
||||
ARG_DISBL_SET([kernel-netlink], [disable the netlink kernel interface.])
|
||||
ARG_ENABL_SET([kernel-pfkey], [enable the PF_KEY kernel interface.])
|
||||
ARG_ENABL_SET([kernel-pfroute], [enable the PF_ROUTE kernel interface.])
|
||||
@@ -248,7 +253,7 @@ if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue; then
|
||||
tls=true;
|
||||
fi
|
||||
|
||||
if test x$imc_test = xtrue -o x$imv_test = xtrue -o x$imc_scanner = xtrue -o x$imv_scanner = xtrue; then
|
||||
if test x$imc_test = xtrue -o x$imv_test = xtrue -o x$imc_scanner = xtrue -o x$imv_scanner = xtrue -o x$imc_attestation = xtrue -o x$imv_attestation = xtrue; then
|
||||
imcv=true;
|
||||
fi
|
||||
|
||||
@@ -945,8 +950,13 @@ AM_CONDITIONAL(USE_TNCCS_20, test x$tnccs_20 = xtrue)
|
||||
AM_CONDITIONAL(USE_TNCCS_DYNAMIC, test x$tnccs_dynamic = xtrue)
|
||||
AM_CONDITIONAL(USE_IMC_TEST, test x$imc_test = xtrue)
|
||||
AM_CONDITIONAL(USE_IMV_TEST, test x$imv_test = xtrue)
|
||||
<<<<<<< HEAD
|
||||
AM_CONDITIONAL(USE_IMC_SCANNER, test x$imc_scanner = xtrue)
|
||||
AM_CONDITIONAL(USE_IMV_SCANNER, test x$imv_scanner = xtrue)
|
||||
=======
|
||||
AM_CONDITIONAL(USE_IMC_ATTESTATION, test x$imc_attestation = xtrue)
|
||||
AM_CONDITIONAL(USE_IMV_ATTESTATION, test x$imv_attestation = xtrue)
|
||||
>>>>>>> created empty imc_attestation and imv_attestation plugin hulls
|
||||
AM_CONDITIONAL(USE_SOCKET_DEFAULT, test x$socket_default = xtrue)
|
||||
AM_CONDITIONAL(USE_SOCKET_RAW, test x$socket_raw = xtrue)
|
||||
AM_CONDITIONAL(USE_SOCKET_DYNAMIC, test x$socket_dynamic = xtrue)
|
||||
@@ -1080,6 +1090,8 @@ AC_OUTPUT(
|
||||
src/libimcv/plugins/imv_test/Makefile
|
||||
src/libimcv/plugins/imc_scanner/Makefile
|
||||
src/libimcv/plugins/imv_scanner/Makefile
|
||||
src/libimcv/plugins/imc_attestation/Makefile
|
||||
src/libimcv/plugins/imv_attestation/Makefile
|
||||
src/pluto/Makefile
|
||||
src/pluto/plugins/xauth/Makefile
|
||||
src/whack/Makefile
|
||||
|
||||
Reference in New Issue
Block a user