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
|
SUBDIRS += medsrv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_INTEGRITY_TEST
|
|
||||||
SUBDIRS += checksum
|
|
||||||
endif
|
|
||||||
|
|
||||||
if USE_ATTR_SQL
|
if USE_ATTR_SQL
|
||||||
SUBDIRS += pool
|
SUBDIRS += pool
|
||||||
endif
|
endif
|
||||||
@@ -116,6 +112,10 @@ if USE_LIBPTTLS
|
|||||||
SUBDIRS += pt-tls-client
|
SUBDIRS += pt-tls-client
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_INTEGRITY_TEST
|
||||||
|
SUBDIRS += checksum
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = strongswan.conf
|
EXTRA_DIST = strongswan.conf
|
||||||
|
|
||||||
install-exec-local :
|
install-exec-local :
|
||||||
|
|||||||
Reference in New Issue
Block a user