1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/lib/smbconf/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
390 B
Plaintext
Raw Normal View History

bld.SAMBA_SUBSYSTEM('LIBSMBCONF',
source='smbconf.c smbconf_txt.c smbconf_util.c',
deps='talloc sendfile'
)
bld.SAMBA3_PYTHON('pysmbconf',
source='pysmbconf.c',
public_deps=' '.join(['samba-util', 'tdb', 'talloc', 'smbconf']),
realname='samba/smbconf.so'
)