1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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
This commit is contained in:
Michael Adam 2013-09-22 21:11:40 +02:00
parent 44472c7eae
commit abb47b6ef8

View File

@ -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',