aboutsummaryrefslogtreecommitdiffstats
path: root/modules/comp_zlib
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-09-03 08:16:52 +0000
committerlloyd <[email protected]>2006-09-03 08:16:52 +0000
commitfc738b566c5cd4a44265e3094444b6f4234f0831 (patch)
tree7fd7f3883dc8d7a8a769023fc5be88c28d82b76c /modules/comp_zlib
parenta99a5c076695a51c0f2b25f787c8f54d2b897f2b (diff)
Place the add_file/replace_file/ignore_file markers in the module info
files into blocks; makes a bit more sense, since there are potentially many arguments to each, and the current system was making it difficult to write a generic reader for the files.
Diffstat (limited to 'modules/comp_zlib')
-rw-r--r--modules/comp_zlib/modinfo.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/comp_zlib/modinfo.txt b/modules/comp_zlib/modinfo.txt
index 32acec513..643cfb44f 100644
--- a/modules/comp_zlib/modinfo.txt
+++ b/modules/comp_zlib/modinfo.txt
@@ -6,8 +6,11 @@ uses_external_libs
define COMPRESSOR_ZLIB
#define COMPRESSOR_GZIP
-add_file zlib.h
-add_file zlib.cpp
+<add>
+zlib.h
+zlib.cpp
+</add>
+
#add_file gzip.h
#add_file gzip.cpp