diff options
author | lloyd <[email protected]> | 2008-09-28 23:04:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 23:04:35 +0000 |
commit | 8820c122b9cd665621729abfcf8c6751762535df (patch) | |
tree | 26f775d42720c60adf13127da17d715d51187765 | |
parent | 7b04ba8df59963f9907bcd5fd6eb3dcfc81513cf (diff) |
Move buf_es into module, add deps where needed
-rw-r--r-- | src/entropy/beos_stats/modinfo.txt | 4 | ||||
-rw-r--r-- | src/entropy/buf_es/buf_es.cpp (renamed from src/buf_es.cpp) | 0 | ||||
-rw-r--r-- | src/entropy/buf_es/buf_es.h (renamed from include/buf_es.h) | 0 | ||||
-rw-r--r-- | src/entropy/proc_walk/modinfo.txt | 4 | ||||
-rw-r--r-- | src/entropy/unix_procs/modinfo.txt | 4 | ||||
-rw-r--r-- | src/entropy/win32_stats/modinfo.txt | 4 |
6 files changed, 16 insertions, 0 deletions
diff --git a/src/entropy/beos_stats/modinfo.txt b/src/entropy/beos_stats/modinfo.txt index a7e62cfb3..33badd5c3 100644 --- a/src/entropy/beos_stats/modinfo.txt +++ b/src/entropy/beos_stats/modinfo.txt @@ -17,3 +17,7 @@ beos <libs> beos -> root,be </libs> + +<requires> +buf_es +</requires> diff --git a/src/buf_es.cpp b/src/entropy/buf_es/buf_es.cpp index 19f30e22c..19f30e22c 100644 --- a/src/buf_es.cpp +++ b/src/entropy/buf_es/buf_es.cpp diff --git a/include/buf_es.h b/src/entropy/buf_es/buf_es.h index 5748613da..5748613da 100644 --- a/include/buf_es.h +++ b/src/entropy/buf_es/buf_es.h diff --git a/src/entropy/proc_walk/modinfo.txt b/src/entropy/proc_walk/modinfo.txt index d932523fd..ad945ee46 100644 --- a/src/entropy/proc_walk/modinfo.txt +++ b/src/entropy/proc_walk/modinfo.txt @@ -10,6 +10,10 @@ es_ftw.h es_ftw.cpp </add> +<requires> +buf_es +</requires> + <os> aix cygwin diff --git a/src/entropy/unix_procs/modinfo.txt b/src/entropy/unix_procs/modinfo.txt index f16e21289..981399dbb 100644 --- a/src/entropy/unix_procs/modinfo.txt +++ b/src/entropy/unix_procs/modinfo.txt @@ -13,6 +13,10 @@ es_unix.h unix_cmd.h </add> +<requires> +buf_es +</requires> + <os> aix beos diff --git a/src/entropy/win32_stats/modinfo.txt b/src/entropy/win32_stats/modinfo.txt index 931760979..6be850561 100644 --- a/src/entropy/win32_stats/modinfo.txt +++ b/src/entropy/win32_stats/modinfo.txt @@ -13,6 +13,10 @@ es_win32.h es_win32.cpp </add> +<requires> +buf_es +</requires> + <os> windows cygwin |