summaryrefslogtreecommitdiff
path: root/source4/smbd/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:05:50 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch)
tree788f12cca40a76d8fe3c45135c706c0eb6beab9c /source4/smbd/wscript_build
parentca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff)
downloadsamba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz
s4: Rename LIBSAMBA-* to libsamba-*
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 486b0ceea80..46ec768d438 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='''libevents process_model service LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL POPT_SAMBA PIDFILE
+ deps='''libevents process_model service libsamba-hostconfig libsamba-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='libsamba-util libsamba-hostconfig'
)