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

build: list sources directly in smbldap library and remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Michael Adam 2013-09-23 02:14:15 +02:00
parent 0e9f7167a5
commit f801de7d07

View File

@ -11,8 +11,6 @@ TDB_LIB_SRC = '''
TDB_VALIDATE_SRC = '''lib/tdb_validate.c'''
SMBLDAP_SRC = '''lib/smbldap.c'''
VERSION_SRC = '''lib/version.c'''
AFS_SRC = 'lib/afs.c'
@ -866,9 +864,8 @@ bld.SAMBA3_LIBRARY('secrets3',
vars=locals())
bld.SAMBA3_LIBRARY('smbldap',
source=SMBLDAP_SRC,
source='lib/smbldap.c',
deps='ldap lber samba-util param',
vars=locals(),
enabled=bld.CONFIG_SET("HAVE_LDAP"),
private_library=False,
abi_directory='lib/ABI',