refactored attest database tool

This commit is contained in:
Andreas Steffen
2011-11-28 14:39:53 +01:00
parent e4ac6698bd
commit e881ee23ee
5 changed files with 708 additions and 405 deletions
@@ -22,7 +22,10 @@ imv_attestation_la_SOURCES = imv_attestation.c \
imv_attestation_la_LDFLAGS = -module -avoid-version
ipsec_PROGRAMS = attest
attest_SOURCES = attest.c attest_usage.h attest_usage.c
attest_SOURCES = attest.c \
attest_usage.h attest_usage.c \
attest_db.h attest_db.c \
tables.sql data.sql
attest_LDADD = \
$(top_builddir)/src/libpts/libpts.la \
$(top_builddir)/src/libimcv/libimcv.la \