From 0cbc839072bf9d148473850ee462817516212e53 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 08:58:00 +0200 Subject: build: list source of subsys PROFILE directly in definition Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index d12f37fd3b..8add31a8a2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,7 +3,6 @@ from samba_utils import * import samba_version, samba3 -PROFILE_SRC = '''profile/profile.c''' PROFILES_SRC = '''utils/profiles.c''' OPLOCK_SRC = '''smbd/oplock.c smbd/oplock_irix.c smbd/oplock_linux.c''' @@ -796,9 +795,8 @@ bld.SAMBA3_SUBSYSTEM('LOCKING', FNAME_UTIL''') bld.SAMBA3_SUBSYSTEM('PROFILE', - source='${PROFILE_SRC}', - deps='samba-util', - vars=locals()) + source='profile/profile.c', + deps='samba-util') bld.SAMBA3_SUBSYSTEM('PRINTBASE', source=PRINTBASE_SRC, -- cgit