From: Tobias Brunner Date: Thu, 23 Jan 2014 08:41:35 +0000 (+0100) Subject: checksum must be the last subdir included X-Git-Tag: 5.1.2rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e465c006e59f6d43ef423c4559bca40d999eefdd;p=thirdparty%2Fstrongswan.git checksum must be the last subdir included Otherwise charon-cmd will not yet be installed when the checksums are calculated (now from the install dir, not the build dir). Fixes #496. --- diff --git a/src/Makefile.am b/src/Makefile.am index 218c9434c4..264a3cf371 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,10 +96,6 @@ if USE_MEDSRV SUBDIRS += medsrv endif -if USE_INTEGRITY_TEST - SUBDIRS += checksum -endif - if USE_ATTR_SQL SUBDIRS += pool endif @@ -116,6 +112,10 @@ if USE_LIBPTTLS SUBDIRS += pt-tls-client endif +if USE_INTEGRITY_TEST + SUBDIRS += checksum +endif + EXTRA_DIST = strongswan.conf install-exec-local :