summaryrefslogtreecommitdiff
path: root/source4/smbd/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 11:25:59 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:24 +1100
commit2dcb596e8302856a66e8d6f11457ad87d1ad1dab (patch)
tree64033d3b02f062e30fa592113f61488968e7d307 /source4/smbd/wscript_build
parent7cba3cfac8781061e4114573517b30baedbf891a (diff)
downloadsamba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.gz
samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.bz2
samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.zip
s4-waf: removed dependencies on missing subsystems
these were left over from the old config.mk system
Diffstat (limited to 'source4/smbd/wscript_build')
-rw-r--r--source4/smbd/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build
index e56a5107cb..1323cc937c 100644
--- a/source4/smbd/wscript_build
+++ b/source4/smbd/wscript_build
@@ -39,7 +39,7 @@ bld.SAMBA_MODULE('process_model_standard',
source='process_standard.c',
subsystem='process_model',
init_function='process_model_standard_init',
- deps='LIBEVENTS SETPROCTITLE LDBSAMBA'
+ deps='LIBEVENTS LDBSAMBA'
)
@@ -56,14 +56,14 @@ bld.SAMBA_MODULE('process_model_prefork',
source='process_prefork.c',
subsystem='process_model',
init_function='process_model_prefork_init',
- deps='LIBEVENTS SETPROCTITLE'
+ deps='LIBEVENTS'
)
bld.SAMBA_MODULE('process_model_onefork',
source='process_onefork.c',
subsystem='process_model',
init_function='process_model_onefork_init',
- deps='LIBEVENTS SETPROCTITLE'
+ deps='LIBEVENTS'
)