diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-22 14:33:06 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-23 00:45:21 +0100 |
commit | 9174d731738927c9b999399c72172ede821015a3 (patch) | |
tree | a8a7060562c03e0abb9bb5938670f78594bfab71 /source3 | |
parent | 457025eee75591e6e468c2ade1b63feb92deb85a (diff) | |
download | samba-9174d731738927c9b999399c72172ede821015a3.tar.gz samba-9174d731738927c9b999399c72172ede821015a3.tar.bz2 samba-9174d731738927c9b999399c72172ede821015a3.zip |
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
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') |