moved attestation plugins to libpts in order to resolve circular reference with libimcv

This commit is contained in:
Andreas Steffen
2011-11-28 21:23:59 +01:00
parent d37abe0fd9
commit b448e3ece6
27 changed files with 16 additions and 15 deletions
+4 -4
View File
@@ -24,14 +24,14 @@ if USE_LIBTNCCS
SUBDIRS += libtnccs
endif
if USE_PTS
SUBDIRS += libpts
endif
if USE_IMCV
SUBDIRS += libimcv
endif
if USE_PTS
SUBDIRS += libpts
endif
if USE_LIBCHARON
SUBDIRS += libcharon
endif
+1 -1
View File
@@ -90,7 +90,7 @@ if USE_ATTR_SQL
endif
if USE_IMV_ATTESTATION
exes += $(top_builddir)/src/libimcv/plugins/imv_attestation/.libs/attest
exes += $(top_builddir)/src/libpts/plugins/imv_attestation/.libs/attest
endif
checksum.c : checksum_builder $(deps) $(exes)
-8
View File
@@ -36,11 +36,3 @@ endif
if USE_IMV_SCANNER
SUBDIRS += plugins/imv_scanner
endif
if USE_IMC_ATTESTATION
SUBDIRS += plugins/imc_attestation
endif
if USE_IMV_ATTESTATION
SUBDIRS += plugins/imv_attestation
endif
+9
View File
@@ -46,3 +46,12 @@ libpts_la_SOURCES = \
tcg/tcg_pts_attr_req_file_meta.h tcg/tcg_pts_attr_req_file_meta.c \
tcg/tcg_pts_attr_unix_file_meta.h tcg/tcg_pts_attr_unix_file_meta.c
SUBDIRS = .
if USE_IMC_ATTESTATION
SUBDIRS += plugins/imc_attestation
endif
if USE_IMV_ATTESTATION
SUBDIRS += plugins/imv_attestation
endif