diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:05:50 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | 833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch) | |
tree | 788f12cca40a76d8fe3c45135c706c0eb6beab9c /source4/smbd | |
parent | ca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff) | |
download | samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.bz2 samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.zip |
s4: Rename LIBSAMBA-* to libsamba-*
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 486b0ceea8..46ec768d43 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' ) |