summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorMichael Hanselmann <public@hansmi.ch>2019-09-23 21:47:51 +0000
committerUri Simchoni <uri@samba.org>2019-10-18 07:31:45 +0000
commit799a1f65f6cc80256b6e140b7763396d76d4a830 (patch)
tree0631c5765098a78ee7c62f9272ae2f583d8a1293 /source3/wscript_build
parent68155811aba10a498cc07bf8a1c6f3a092e6147c (diff)
downloadsamba-799a1f65f6cc80256b6e140b7763396d76d4a830.tar.gz
Build registry parsing code into subsystem
Fuzzing code will make use of the "reg_parse_fd" function. By building it into the "SMBREGISTRY" subsystem it can just be linked and "reg_parse.c" doesn't need to be explicitly included. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 94ea02ba61e..fb7c04cce13 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -220,6 +220,7 @@ bld.SAMBA3_SUBSYSTEM('SMBREGISTRY',
lib/util_nttoken.c
registry/reg_backend_db.c
registry/reg_parse_internal.c
+ registry/reg_parse.c
lib/srprs.c
registry/reg_init_basic.c
''',