From a9383c2b468576021af8cb8d523bd743eeed8583 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 18 Jul 2017 20:02:21 +0200 Subject: [PATCH] checksum: Compile sw-collector before checksum --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 193b77c1a..1bdb8337c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -128,6 +128,10 @@ if USE_LIBPTTLS SUBDIRS += pt-tls-client endif +if USE_IMC_SWIMA + SUBDIRS += sw-collector +endif + if USE_INTEGRITY_TEST SUBDIRS += checksum endif @@ -135,7 +139,3 @@ endif if USE_AIKGEN SUBDIRS += aikgen endif - -if USE_IMC_SWIMA - SUBDIRS += sw-collector -endif