diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-30 18:39:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 01:43:37 +0200 |
commit | caf0df2dde2f39c3b271a79fab9358475de6a6e4 (patch) | |
tree | da4b3b2e529f06097ea921c4bd736994f76483b2 /source3/wscript_build | |
parent | 3aa9eead2702880b1f645793b48f4e7d9e0fc17c (diff) | |
download | samba-caf0df2dde2f39c3b271a79fab9358475de6a6e4.tar.gz samba-caf0df2dde2f39c3b271a79fab9358475de6a6e4.tar.xz samba-caf0df2dde2f39c3b271a79fab9358475de6a6e4.zip |
s3-build Specify more of the smbconf dependencies
This brings more functions into util_names.c, and util_names.c into
PARAM_WITHOUT_REG_SRC.
This is not yet a full list, that would formalise the implicit
dependency loop.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue May 31 01:43:37 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 7ca39ad2af..842d95e306 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -74,7 +74,7 @@ LIB_SRC = ''' lib/wins_srv.c lib/util_sid.c lib/util_file.c - lib/util.c lib/util_cmdline.c lib/util_names.c + lib/util.c lib/util_cmdline.c lib/util_sock.c lib/sock_exec.c lib/substitute.c lib/substitute_generic.c lib/ms_fnmatch.c @@ -98,7 +98,7 @@ POPT_LIB_SRC = '''lib/popt_common.c''' PARAM_UTIL_SRC = '''param/util.c''' PARAM_WITHOUT_REG_SRC = '''param/loadparm.c param/loadparm_server_role.c - lib/sharesec.c lib/ldap_debug_handler.c''' + lib/sharesec.c lib/ldap_debug_handler.c lib/util_names.c''' KRBCLIENT_SRC = '''libads/kerberos.c libads/ads_status.c libsmb/clikrb5.c''' @@ -865,7 +865,7 @@ bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN', bld.SAMBA3_LIBRARY('smbconf', source=LIB_SMBCONF_SRC, deps='''LIBSMBCONF smbregistry REG_SMBCONF talloc PARAM_WITHOUT_REG - util_reg samba-util-common errors3 CHARSET''', + util_reg samba-util-common errors3 CHARSET SAMBA_VERSION''', public_headers='../lib/smbconf/smbconf.h', vnum='0') |