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 /source3/wscript_build | |
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 'source3/wscript_build')
-rwxr-xr-x[-rw-r--r--] | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 3f7e3b6b80..dbfb465bed 100644..100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -962,7 +962,7 @@ bld.SAMBA3_SUBSYSTEM('CHARSET3', deps='DYNCONFIG') bld.SAMBA3_SUBSYSTEM('samba-util3', - source='', + source='../lib/util/data_blob.c', deps='talloc CHARSET3 samba-util-common') bld.SAMBA3_SUBSYSTEM('ldb3', |