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:
+4
-4
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user