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/codec | |
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/codec')
-rw-r--r-- | src/codec/base64/info.txt | 8 | ||||
-rw-r--r-- | src/codec/bzip2/info.txt | 8 | ||||
-rw-r--r-- | src/codec/hex/info.txt | 8 | ||||
-rw-r--r-- | src/codec/openpgp/info.txt | 1 | ||||
-rw-r--r-- | src/codec/pem/info.txt | 1 | ||||
-rw-r--r-- | src/codec/zlib/info.txt | 8 |
6 files changed, 16 insertions, 18 deletions
diff --git a/src/codec/base64/info.txt b/src/codec/base64/info.txt index 591581afb..d4ed80976 100644 --- a/src/codec/base64/info.txt +++ b/src/codec/base64/info.txt @@ -4,12 +4,12 @@ define BASE64_CODEC load_on auto -<requires> -filters -</requires> - <add> base64.cpp b64_char.cpp base64.h </add> + +<requires> +filters +</requires> diff --git a/src/codec/bzip2/info.txt b/src/codec/bzip2/info.txt index 51e1feed1..1be84e405 100644 --- a/src/codec/bzip2/info.txt +++ b/src/codec/bzip2/info.txt @@ -7,10 +7,6 @@ modset compression load_on request -<requires> -filters -</requires> - <add> bzip2.h bzip2.cpp @@ -19,3 +15,7 @@ bzip2.cpp <libs> all -> bz2 </libs> + +<requires> +filters +</requires> diff --git a/src/codec/hex/info.txt b/src/codec/hex/info.txt index 71b33a6ad..512a5de8b 100644 --- a/src/codec/hex/info.txt +++ b/src/codec/hex/info.txt @@ -4,12 +4,12 @@ define HEX_CODEC load_on auto -<requires> -filters -</requires> - <add> hex.cpp hex_char.cpp hex.h </add> + +<requires> +filters +</requires> diff --git a/src/codec/openpgp/info.txt b/src/codec/openpgp/info.txt index d43c72843..6b30850d0 100644 --- a/src/codec/openpgp/info.txt +++ b/src/codec/openpgp/info.txt @@ -11,6 +11,5 @@ openpgp.h <requires> crc24 -base64 filters </requires> diff --git a/src/codec/pem/info.txt b/src/codec/pem/info.txt index bbe8d4c70..b12dbf378 100644 --- a/src/codec/pem/info.txt +++ b/src/codec/pem/info.txt @@ -10,6 +10,5 @@ pem.h </add> <requires> -base64 filters </requires> diff --git a/src/codec/zlib/info.txt b/src/codec/zlib/info.txt index 49e9658a9..9b1c35d84 100644 --- a/src/codec/zlib/info.txt +++ b/src/codec/zlib/info.txt @@ -7,10 +7,6 @@ define COMPRESSOR_ZLIB load_on request modset compression -<requires> -filters -</requires> - <add> zlib.h zlib.cpp @@ -21,3 +17,7 @@ zlib.cpp <libs> all -> z </libs> + +<requires> +filters +</requires> |