diff options
author | Andreas Schneider <asn@samba.org> | 2016-12-20 08:52:14 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-08-09 19:57:02 +0200 |
commit | 8479401b028fe61f514c42aa9d238c0c630f0d94 (patch) | |
tree | 5efd0084efef9153e81c9483f9947d5ef3d37f90 /wscript_build | |
parent | 4abf348ec4cbb78d3216d5e8c5f3020d4499f10a (diff) | |
download | samba-8479401b028fe61f514c42aa9d238c0c630f0d94.tar.gz |
lib: Add support to parse MS Catalog files
Signed-off-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Aug 9 19:57:02 CEST 2018 on sn-devel-144
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index 54548769b19..51fe553a8c1 100644 --- a/wscript_build +++ b/wscript_build @@ -117,6 +117,7 @@ bld.RECURSE('libcli/echo') bld.RECURSE('libcli/dns') bld.RECURSE('libcli/samsync') bld.RECURSE('libcli/registry') +bld.RECURSE('lib/mscat') bld.RECURSE('source4/lib/policy') bld.RECURSE('libcli/named_pipe_auth') if bld.CONFIG_GET('ENABLE_SELFTEST'): |