diff options
author | lloyd <[email protected]> | 2009-07-15 15:31:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-15 15:31:08 +0000 |
commit | 1172c616fa849af893c1935b8b1dee085f8aaac8 (patch) | |
tree | 48a5308fb8d40fbea9216f7007678543d7a59a4e /src/libstate | |
parent | 6fd01228840942ad122d1adabb3f7971a4e3b244 (diff) |
Add a script that reads the output of print_deps.py and rewrites
the info.txt files with the right module dependencies.
Apply it across the codebase.
Diffstat (limited to 'src/libstate')
-rw-r--r-- | src/libstate/info.txt | 31 | ||||
-rw-r--r-- | src/libstate/oid_lookup/info.txt | 9 |
2 files changed, 26 insertions, 14 deletions
diff --git a/src/libstate/info.txt b/src/libstate/info.txt index f3111a31e..6e200ee3f 100644 --- a/src/libstate/info.txt +++ b/src/libstate/info.txt @@ -4,15 +4,6 @@ load_on auto define LIBSTATE_MODULE -<requires> -algo_factory -def_engine -mode_pad -pk_pad -s2k -system_alloc -</requires> - <add> botan.h get_enc.cpp @@ -28,3 +19,25 @@ pk_engine.cpp pk_engine.h policy.cpp </add> + +<requires> +algo_factory +alloc +bigint +block +def_engine +engine +filters +hash +kdf +mac +mode_pad +mutex +noop_mutex +pk_pad +pubkey +rng +s2k +stream +system_alloc +</requires> diff --git a/src/libstate/oid_lookup/info.txt b/src/libstate/oid_lookup/info.txt index b5f4ef21f..609eb9199 100644 --- a/src/libstate/oid_lookup/info.txt +++ b/src/libstate/oid_lookup/info.txt @@ -4,12 +4,11 @@ load_on dep define OID_LOOKUP -<requires> -#libstate -#asn1 -</requires> - <add> oids.cpp oids.h </add> + +<requires> +asn1 +</requires> |