From 833480d3ad1c4b3a1ea74fd583672c65c0af6463 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:05:50 -0700 Subject: s4: Rename LIBSAMBA-* to libsamba-* --- source4/smbd/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd/wscript_build') 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' ) -- cgit