aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-09-03 23:18:36 +0000
committerlloyd <[email protected]>2006-09-03 23:18:36 +0000
commite8833afd0a1043e4a2219b4af490c166ea9270b7 (patch)
treef704ba0e5e7afb9452a7635213270920a1577ad6 /modules
parent641434d57e6aa8ea3c5cdc2005baca2be1e9cf13 (diff)
Move the (commented out) gzip.cpp/gzip.h entries into the add file block
Diffstat (limited to 'modules')
-rw-r--r--modules/comp_zlib/modinfo.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/comp_zlib/modinfo.txt b/modules/comp_zlib/modinfo.txt
index 643cfb44f..82622eb2f 100644
--- a/modules/comp_zlib/modinfo.txt
+++ b/modules/comp_zlib/modinfo.txt
@@ -4,16 +4,15 @@ realname "Zlib Compressor"
uses_external_libs
define COMPRESSOR_ZLIB
-#define COMPRESSOR_GZIP
+#define COMPRESSOR_ZLIB,COMPRESSOR_GZIP
<add>
zlib.h
zlib.cpp
+#gzip.h
+#gzip.cpp
</add>
-#add_file gzip.h
-#add_file gzip.cpp
-
<libs>
all -> z
</libs>