diff options
author | lloyd <[email protected]> | 2006-09-03 08:16:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-03 08:16:52 +0000 |
commit | fc738b566c5cd4a44265e3094444b6f4234f0831 (patch) | |
tree | 7fd7f3883dc8d7a8a769023fc5be88c28d82b76c /modules/eng_gmp | |
parent | a99a5c076695a51c0f2b25f787c8f54d2b897f2b (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/eng_gmp')
-rw-r--r-- | modules/eng_gmp/modinfo.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/modules/eng_gmp/modinfo.txt b/modules/eng_gmp/modinfo.txt index 0e7d5465d..b8a709fa1 100644 --- a/modules/eng_gmp/modinfo.txt +++ b/modules/eng_gmp/modinfo.txt @@ -2,15 +2,14 @@ realname "GMP Engine" uses_external_libs -add_file eng_gmp.cpp -add_file gmp_wrap.cpp -add_file gmp_mem.cpp -add_file gmp_powm.cpp - -add_file eng_gmp.h -add_file gmp_wrap.h - -local_only gmp_wrap.h +<add> +eng_gmp.cpp +gmp_wrap.cpp +gmp_mem.cpp +gmp_powm.cpp +eng_gmp.h +gmp_wrap.h +</add> define ENGINE_GNU_MP |