From: Andreas Steffen Date: Tue, 18 Jul 2017 18:02:21 +0000 (+0200) Subject: checksum: Compile sw-collector before checksum X-Git-Tag: 5.6.0dr3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9383c2b468576021af8cb8d523bd743eeed8583;p=thirdparty%2Fstrongswan.git checksum: Compile sw-collector before checksum --- diff --git a/src/Makefile.am b/src/Makefile.am index 193b77c1ab..1bdb8337cc 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