From 9174d731738927c9b999399c72172ede821015a3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Feb 2011 14:33:06 +1100 Subject: build: moved more files into samba-util-common this removes UTIL_SRC from the s3 waf build, as it is now all in common with samba-util-common --- source3/wscript_build | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index fa02ee0649..86a7509c0b 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -51,21 +51,6 @@ LIBREPLACE_SRC = '''${LIBREPLACE_SRCS}''' LIBSAMBAUTIL_SRC = '''${LIBREPLACE_SRC}''' -UTIL_SRC = ''' - ../lib/util/become_daemon.c - ../lib/util/blocking.c - ../lib/util/data_blob.c - ../lib/util/fsusage.c - ../lib/util/genrand.c - ../lib/util/params.c - ../lib/util/signal.c - ../lib/util/system.c - ../lib/util/util.c - ../lib/util/util_id.c - ../lib/util/util_net.c - ../lib/util/util_strlist.c - ''' - LIBTEVENT_SRC0 = '' PTHREADPOOL_SRC = '' @@ -999,9 +984,8 @@ bld.SAMBA3_SUBSYSTEM('CHARSET3', deps='DYNCONFIG') bld.SAMBA3_SUBSYSTEM('samba-util3', - source=UTIL_SRC, - deps='talloc CHARSET3 LIBCRYPTO samba-util-common', - vars=locals()) + source='', + deps='talloc CHARSET3 LIBCRYPTO samba-util-common') bld.SAMBA3_SUBSYSTEM('ldb3', source='lib/ldb_compat.c') -- cgit