summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-22 21:11:40 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 10:11:50 +0200
commitabb47b6ef8ab8cfadd00c8b10c0d975833981dd3 (patch)
tree9c8347d34ca42bf34f1195016759b2130e7a10bf /source3/winbindd
parent44472c7eae74c295b985630343492e4dbd458f3d (diff)
downloadsamba-abb47b6ef8ab8cfadd00c8b10c0d975833981dd3.tar.gz
samba-abb47b6ef8ab8cfadd00c8b10c0d975833981dd3.tar.bz2
samba-abb47b6ef8ab8cfadd00c8b10c0d975833981dd3.zip
build: fix spacing in the definition of the "idmap_autorid" target
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Sep 23 10:11:51 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 250037f63e..1c957e5011 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -106,7 +106,7 @@ bld.SAMBA3_MODULE('idmap_autorid',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_autorid'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_autorid'),
- allow_undefined_symbols=True)
+ allow_undefined_symbols=True)
bld.SAMBA3_LIBRARY('nss_info',
source='nss_info.c',