fixed caption alignment
This commit is contained in:
@@ -151,7 +151,8 @@ int main(int argc, char* argv[])
|
||||
printf("\n");
|
||||
printf("integrity_checksum_t checksums[] = {\n");
|
||||
fprintf(stderr, "integrity test data:\n");
|
||||
fprintf(stderr, "module name, file size / checksum segment size / checksum\n");
|
||||
fprintf(stderr, "module name, file size / checksum "
|
||||
"segment size / checksum\n");
|
||||
for (i = 1; i < argc; i++)
|
||||
{
|
||||
build_binary_checksum(argv[i]);
|
||||
|
||||
@@ -21,6 +21,10 @@ libimcv_la_SOURCES = \
|
||||
|
||||
SUBDIRS = .
|
||||
|
||||
if USE_IMV_LOGGER
|
||||
SUBDIRS += plugins/imv_logger
|
||||
endif
|
||||
|
||||
if USE_IMC_TEST
|
||||
SUBDIRS += plugins/imc_test
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user