summaryrefslogtreecommitdiff
path: root/lib/util/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-11 12:19:05 +0000
committerStefan Metzmacher <metze@samba.org>2015-02-13 23:32:07 +0100
commit35189ec68174cbf14218ca90d4bec0f6598b5f32 (patch)
treea1cfb25122945b569b016e5a8b18c1b6befa4b95 /lib/util/wscript_build
parent08ff9e80dee211dc1c25e10c7584e98f2e766f5e (diff)
downloadsamba-35189ec68174cbf14218ca90d4bec0f6598b5f32.tar.gz
lib: Add talloc_report_str()
This creates a talloc report into a string and will replace the code used in source3/lib/tallocmsg.c Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/util/wscript_build')
-rwxr-xr-xlib/util/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index c0d07e70f8f..a1dec2a093e 100755
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -95,6 +95,13 @@ if not bld.env.SAMBA_UTIL_CORE_ONLY:
private_library=True
)
+ bld.SAMBA_LIBRARY('talloc_report',
+ source='talloc_report.c',
+ local_include=False,
+ public_deps='talloc',
+ private_library=True
+ )
+
if not bld.env.disable_ntdb:
bld.SAMBA_LIBRARY('util_ntdb',
source='util_ntdb.c',