From 15576da63a35bdd6486dab1816cc12ee92764dab Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Apr 2011 14:26:00 +1000 Subject: lib: moved data_blob.c into samba-util-common this avoids a duplication of the data_blob symbols some binaries (eg. smbtorture) Pair-Programmed-With: Andrew Bartlett --- lib/util/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/util/wscript_build b/lib/util/wscript_build index e39af54c0f..19ccb5c4f7 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -3,7 +3,7 @@ # as we move files into common between samba-util and samba-util3, move them here. # Both samba-util and samba-util3 depend on this private library bld.SAMBA_LIBRARY('samba-util-common', - source='''talloc_stack.c smb_threads.c xfile.c + source='''talloc_stack.c smb_threads.c xfile.c data_blob.c util_file.c time.c rbtree.c rfc1738.c select.c genrand.c fsusage.c blocking.c become_daemon.c signal.c system.c params.c util.c util_id.c util_net.c @@ -20,7 +20,7 @@ bld.SAMBA_LIBRARY('samba-util-common', if bld.env._SAMBA_BUILD_ == 4: bld.SAMBA_LIBRARY('samba-util', - source='''dprintf.c data_blob.c + source='''dprintf.c ms_fnmatch.c parmlist.c substitute.c util_str.c ''', deps='samba-util-common', -- cgit