build: list source of subsys GROUPDB direclty in def
authorMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 06:57:08 +0000 (08:57 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 18:23:54 +0000 (20:23 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/wscript_build

index dd889da10448b49f0ee6b51113f2eed5a21ea6e7..d12f37fd3b635edef55bd5707486d4e99393df58 100755 (executable)
@@ -3,10 +3,6 @@
 from samba_utils import *
 import samba_version, samba3
 
-
-
-GROUPDB_SRC = '''groupdb/mapping.c groupdb/mapping_tdb.c'''
-
 PROFILE_SRC = '''profile/profile.c'''
 PROFILES_SRC = '''utils/profiles.c'''
 
@@ -367,7 +363,7 @@ bld.SAMBA3_SUBSYSTEM('AVAHI',
                     enabled=bld.env.with_avahi)
 
 bld.SAMBA3_SUBSYSTEM('GROUPDB',
-                    source=GROUPDB_SRC,
+                    source='groupdb/mapping.c groupdb/mapping_tdb.c',
                     deps='tdb_compat')
 
 bld.SAMBA3_SUBSYSTEM('TLDAP',