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