diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cert/x509/info.txt | 4 | ||||
-rw-r--r-- | src/libstate/info.txt | 4 | ||||
-rw-r--r-- | src/utils/http_util/info.txt | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index ef3043e9e..a74fd6631 100644 --- a/src/cert/x509/info.txt +++ b/src/cert/x509/info.txt @@ -5,3 +5,7 @@ define OCSP 20131128 datastor http_util </requires> + +<libs> +all -> boost_filesystem +</libs> diff --git a/src/libstate/info.txt b/src/libstate/info.txt index 7e2bac6ee..49a6d38ee 100644 --- a/src/libstate/info.txt +++ b/src/libstate/info.txt @@ -19,7 +19,3 @@ pubkey rng stream </requires> - -<libs> -all -> boost_system,boost_filesystem -</libs> diff --git a/src/utils/http_util/info.txt b/src/utils/http_util/info.txt index 39b8ffba6..279e93352 100644 --- a/src/utils/http_util/info.txt +++ b/src/utils/http_util/info.txt @@ -1,3 +1,7 @@ define HTTP_UTIL 20131128 load_on auto + +<libs> +all -> boost_system +</libs> |