summaryrefslogtreecommitdiff
path: root/source4/smbd/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/wscript_build')
-rw-r--r--source4/smbd/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build
index b21879ddb5..8da2ea12c5 100644
--- a/source4/smbd/wscript_build
+++ b/source4/smbd/wscript_build
@@ -18,7 +18,7 @@ bld.SAMBA_BINARY('samba',
source='server.c',
manpages='samba.8',
subsystem_name='service',
- deps='''events process_model service libsamba-hostconfig libsamba-util POPT_SAMBA PIDFILE
+ deps='''events process_model service samba-hostconfig samba-util POPT_SAMBA PIDFILE
popt gensec registry ntptr ntvfs share CLUSTER DCESRV COMMON_SCHANNELDB SECRETS''',
pyembed=True,
install_path='${SBINDIR}'
@@ -70,6 +70,6 @@ bld.SAMBA_MODULE('process_model_onefork',
bld.SAMBA_SUBSYSTEM('process_model',
source='process_model.c',
autoproto='process_model_proto.h',
- deps='libsamba-util libsamba-hostconfig'
+ deps='samba-util samba-hostconfig'
)