diff options
author | Simo Sorce <idra@samba.org> | 2011-03-17 09:02:57 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-03-17 15:39:08 +0100 |
commit | 5d55ae0a2907b5ead5fb7d131aa00788d806ed9a (patch) | |
tree | 023bd32015388c91a77b32d9359b1d9849fa5172 /lib | |
parent | 1413af95fc1512adb62e4295b029d9248d94683d (diff) | |
download | samba-5d55ae0a2907b5ead5fb7d131aa00788d806ed9a.tar.gz samba-5d55ae0a2907b5ead5fb7d131aa00788d806ed9a.tar.bz2 samba-5d55ae0a2907b5ead5fb7d131aa00788d806ed9a.zip |
lib-util: put data_blob back in the public library
data_blob is defined ina public header, so it needs to be exposed in the public
library.
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Thu Mar 17 15:39:08 CET 2011 on sn-devel-104
Diffstat (limited to 'lib')
-rwxr-xr-x[-rw-r--r--] | lib/util/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index e8883a3a84..7c18075faa 100644..100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -6,7 +6,7 @@ bld.SAMBA_LIBRARY('samba-util-common', source='''talloc_stack.c smb_threads.c xfile.c util_file.c time.c rbtree.c rfc1738.c select.c genrand.c fsusage.c blocking.c become_daemon.c - data_blob.c signal.c system.c params.c util.c util_id.c util_net.c + signal.c system.c params.c util.c util_id.c util_net.c util_strlist.c idtree.c debug.c''', public_deps='talloc pthread LIBCRYPTO', # until we get all the dependencies in this library in common @@ -20,7 +20,7 @@ bld.SAMBA_LIBRARY('samba-util-common', if bld.env._SAMBA_BUILD_ == 4: bld.SAMBA_LIBRARY('samba-util', - source='''dprintf.c fault.c + source='''dprintf.c fault.c data_blob.c ms_fnmatch.c parmlist.c substitute.c util_str.c ''', deps='samba-util-common', |