summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-04-10 06:45:47 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-05-16 04:07:16 +0200
commit74cf8f5e3b991292ae592a0786e01914ca162caf (patch)
tree62900db73af50a76abaf62aab3e866a9b52dee9b /wscript_build
parentc7a3ce95ac4ce837d8fde36578b3b1f56c3ac2fa (diff)
downloadsamba-74cf8f5e3b991292ae592a0786e01914ca162caf.tar.gz
auth logging: Extract common audit logging code
Extract the common audit logging code into a library to allow it's re-use in other logging modules. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 8a59bdf6cab..54548769b19 100644
--- a/wscript_build
+++ b/wscript_build
@@ -46,6 +46,7 @@ bld.RECURSE('lib/texpect')
bld.RECURSE('lib/addns')
bld.RECURSE('lib/ldb')
bld.RECURSE('lib/param')
+bld.RECURSE('lib/audit_logging')
bld.RECURSE('dynconfig')
bld.RECURSE('lib/util/charset')
bld.RECURSE('python')