diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-01-23 09:41:35 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-01-23 09:43:45 +0100 |
commit | e465c006e59f6d43ef423c4559bca40d999eefdd (patch) | |
tree | 2ab52b17eb81d9c88bb6280be78e88bc7d50570a /src | |
parent | b0341315556c7a75026a074b7d6eafa7b312396e (diff) | |
download | strongswan-e465c006e59f6d43ef423c4559bca40d999eefdd.tar.bz2 strongswan-e465c006e59f6d43ef423c4559bca40d999eefdd.tar.xz |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 218c9434c..264a3cf37 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 : |