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_aep | |
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_aep')
-rw-r--r-- | modules/eng_aep/modinfo.txt | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/modules/eng_aep/modinfo.txt b/modules/eng_aep/modinfo.txt index b84790b97..0e7bba99b 100644 --- a/modules/eng_aep/modinfo.txt +++ b/modules/eng_aep/modinfo.txt @@ -2,17 +2,15 @@ realname "AEP Engine" uses_external_libs -add_file eng_aep.cpp -add_file aep_main.cpp -add_file aep_conn.cpp - -add_file eng_aep.h -add_file es_aep.h -add_file hw_aep.h -add_file aep_conn.h - -local_only aep_conn.h -local_only hw_aep.h +<add> +eng_aep.cpp +aep_main.cpp +aep_conn.cpp +eng_aep.h +es_aep.h +hw_aep.h +aep_conn.h +</add> define ENGINE_AEP define ENTROPY_SRC_AEP |