mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
bd5445ee4f
This is a temporary solution to get libsmbclient installed properly as a library (including symlinks and proper symbols). I was not able to make the old internal library name 'libsmb/smbclient' work together with "realname" and/or "link_name". Maybe one of the waf gurus has more ideas here. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
15 lines
246 B
Python
15 lines
246 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
|
|
source='libsmbclient.c',
|
|
autoproto='proto.h',
|
|
subsystem='smbtorture',
|
|
init_function='torture_libsmbclient_init',
|
|
deps='POPT_CREDENTIALS smbclient',
|
|
internal_module=True
|
|
)
|
|
|
|
|
|
|