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 | |
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')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -279,6 +279,7 @@ def configure(conf): if conf.env.with_ctdb: conf.RECURSE('ctdb') conf.RECURSE('lib/socket') + conf.RECURSE('lib/mscat') conf.RECURSE('packaging') conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS() |