1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build: list source of subsystem SERVER_MUTEX directly in its definition

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 07:39:57 +02:00
parent 3345634677
commit 2d4cc8e141

View File

@ -3,8 +3,6 @@
from samba_utils import *
import samba_version, samba3
SERVER_MUTEX_SRC = 'lib/server_mutex.c'
PASSCHANGE_SRC = '''libsmb/passchange.c'''
LIBCLI_SPOOLSS_SRC = '''rpc_client/cli_spoolss.c
@ -584,8 +582,8 @@ bld.SAMBA3_LIBRARY('smbldaphelper',
private_library=True)
bld.SAMBA3_SUBSYSTEM('SERVER_MUTEX',
source=SERVER_MUTEX_SRC,
deps='talloc')
source='lib/server_mutex.c',
deps='talloc')
bld.SAMBA3_SUBSYSTEM('PARAM_UTIL',
source=PARAM_UTIL_SRC,