repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
smbd: Ignore twrp in chdir_below_conn()
[samba4-gss.git]
/
lib
/
util
/
charset
/
wscript_build
blob
3af90a0ad574220328c6806912dbccc7857b0828
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_SUBSYSTEM
(
'ICONV_WRAPPER'
,
4
source
=
'''
5
iconv.c
6
weird.c
7
charset_macosxfs.c
8
'''
,
9
deps
=
bld
.
env
[
'icu-libs'
],
10
public_deps
=
'iconv replace talloc'
)
11
12
bld
.
SAMBA_SUBSYSTEM
(
'charset'
,
13
public_headers
=
'charset.h'
,
14
source
=
'''
15
codepoints.c
16
convert_string.c
17
util_str.c
18
util_unistr_w.c
19
pull_push.c
20
util_unistr.c
21
'''
,
22
deps
=
'DYNCONFIG ICONV_WRAPPER smb-panic samba-debug'
,
23
public_deps
=
'talloc'
)