summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-13 15:13:45 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-13 15:51:52 +1000
commitd309499b9e268bff5e366a9986528f0accbc02b3 (patch)
tree89f28cfdc5e4a67980cef1bd9bb64a943018f2db /source3/wscript_build
parent887fdb7ba126f280682699d19bcc2931e9c3602d (diff)
downloadsamba-d309499b9e268bff5e366a9986528f0accbc02b3.tar.gz
samba-d309499b9e268bff5e366a9986528f0accbc02b3.tar.bz2
samba-d309499b9e268bff5e366a9986528f0accbc02b3.zip
s3-build Remove distinct LOCALEDIR subsystem
This is no different to the rest of dynconfig, and so should be dealt with there. Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build7
1 files changed, 1 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 6eb0c4c464..82525b8cab 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1073,7 +1073,7 @@ bld.SAMBA3_BINARY('net',
source=NET_SRC,
deps='''talloc tdb netapi addns cap resolv intl POPT_SAMBA3 passdb LIBSMB LIB_NONSMBD
PARAM_WITHOUT_REG wbclient param KRBCLIENT LIBMSRPC_GEN msrpc3 LIBGPO ads LIBADS_SERVER LIBADS_PRINTER
- LOCALE_DIR LIBAFS LIBAFS_SETTOKEN SMBREADLINE PASSWD_UTIL LIBNET
+ LIBAFS LIBAFS_SETTOKEN SMBREADLINE PASSWD_UTIL LIBNET
LIBNET_DSSYNC LIBNET_SAMSYNC LIBEVENTLOG DCUTIL
REGFIO NDR_NTPRINTING RPC_NDR_WINREG
RPC_CLIENT_SCHANNEL TOKEN_UTIL
@@ -1321,11 +1321,6 @@ if not bld.env.toplevel_build:
bld.SAMBA3_SUBSYSTEM('cli-ldap', '', deps='UTIL_TEVENT')
else:
- # dynconfig provides this in the toplevel build
- bld.SAMBA3_SUBSYSTEM('LOCALE_DIR',
- 'localedir.c',
- cflags='-DLOCALEDIR=\"%s\"' % bld.env.LOCALEDIR)
-
# point the s3 rules at in-tree heimdal
bld.SAMBA3_SUBSYSTEM('gssapi_krb5',
source='',