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.
This commit is contained in:
Tobias Brunner
2014-01-23 09:43:45 +01:00
parent b034131555
commit e465c006e5
+4 -4
View File
@@ -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 :