diff options
author | lloyd <[email protected]> | 2009-07-21 04:28:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-21 04:28:09 +0000 |
commit | abcfd1cf4b351f856c2df11ed1cd972a3a5155a9 (patch) | |
tree | 7b05ce4f33fe8c1c94d77ce235b4cd6b9bedc3b0 /src/codec/zlib/info.txt | |
parent | b1fc3ff3fe19152eaf1adbdd9f503dfaf2b8a500 (diff) | |
parent | 57d64c1026cfa0fba775d393920aebaa02bf0f56 (diff) |
propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388f8a6fb6d05c41)
to branch 'net.randombit.botan.c++0x' (head 56e105e678540c8bcafa4d0198c19a9489fbf8d1)
Diffstat (limited to 'src/codec/zlib/info.txt')
-rw-r--r-- | src/codec/zlib/info.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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> |