diff options
-rw-r--r-- | src/asn1/info.txt | 2 | ||||
-rw-r--r-- | src/cms/info.txt | 2 | ||||
-rw-r--r-- | src/codec/openpgp/info.txt | 2 | ||||
-rw-r--r-- | src/utils/asm_amd64/info.txt | 2 | ||||
-rw-r--r-- | src/utils/asm_ia32/info.txt | 2 |
5 files changed, 8 insertions, 2 deletions
diff --git a/src/asn1/info.txt b/src/asn1/info.txt index 03284f48b..5a200b473 100644 --- a/src/asn1/info.txt +++ b/src/asn1/info.txt @@ -2,6 +2,8 @@ realname "ASN.1/BER/DER module" define ASN1 +load_on required + <add> alg_id.cpp asn1_alt.cpp diff --git a/src/cms/info.txt b/src/cms/info.txt index 9dcb40043..1a2d00acf 100644 --- a/src/cms/info.txt +++ b/src/cms/info.txt @@ -18,4 +18,6 @@ cms_enc.h <requires> asn1 filters +pubkey +x509 </requires> diff --git a/src/codec/openpgp/info.txt b/src/codec/openpgp/info.txt index 0fe934ad9..5ba418dbf 100644 --- a/src/codec/openpgp/info.txt +++ b/src/codec/openpgp/info.txt @@ -2,6 +2,8 @@ realname "OpenPGP Codec" define OPENPGP_CODEC +load_on auto + <add> openpgp.cpp openpgp.h diff --git a/src/utils/asm_amd64/info.txt b/src/utils/asm_amd64/info.txt index d1676b23c..e190dba88 100644 --- a/src/utils/asm_amd64/info.txt +++ b/src/utils/asm_amd64/info.txt @@ -1,6 +1,6 @@ realname "Assembler Macros (x86-64)" -load_on request +load_on required <add> asm_macr.h diff --git a/src/utils/asm_ia32/info.txt b/src/utils/asm_ia32/info.txt index 73bd09ea6..8f2ada914 100644 --- a/src/utils/asm_ia32/info.txt +++ b/src/utils/asm_ia32/info.txt @@ -1,6 +1,6 @@ realname "Assembler Macros (IA-32)" -load_on request +load_on required <add> asm_macr.h |