diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 20 |
1 files changed, 2 insertions, 18 deletions
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') |