1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/torture/libsmbclient/wscript_build

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

15 lines
240 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
source='libsmbclient.c',
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_libsmbclient_init',
deps='smbclient CMDLINE_S4',
internal_module=True
)