aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-15 15:31:08 +0000
committerlloyd <[email protected]>2009-07-15 15:31:08 +0000
commit1172c616fa849af893c1935b8b1dee085f8aaac8 (patch)
tree48a5308fb8d40fbea9216f7007678543d7a59a4e /src/libstate/info.txt
parent6fd01228840942ad122d1adabb3f7971a4e3b244 (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/info.txt')
-rw-r--r--src/libstate/info.txt31
1 files changed, 22 insertions, 9 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>