1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-09 17:49:29 +03:00

lib ldb: csbuild add lib/util/attr.h to dist

Add lib/util/attr.h to the ldb distribution, to make the _UNUSED_ macro
available.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Gary Lockyer
2019-06-13 08:51:05 +12:00
committed by Andreas Schneider
parent 1593f77658
commit b78597e1cd

View File

@ -24,7 +24,8 @@ samba_dist.DIST_DIRS('''lib/ldb:. lib/replace:lib/replace lib/talloc:lib/talloc
third_party/cmocka:third_party/cmocka
buildtools:buildtools third_party/waf:third_party/waf''')
samba_dist.DIST_FILES('''lib/util/binsearch.h:lib/util/binsearch.h''')
samba_dist.DIST_FILES('''lib/util/binsearch.h:lib/util/binsearch.h
lib/util/attr.h:lib/util/attr.h''')
def options(opt):
opt.BUILTIN_DEFAULT('replace')