mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
002ef728bb
Missing dependency causes build failure on freebsd. [2928/3944] Compiling source4/torture/util_smb.c In file included from ../../source4/torture/util_smb.c:22: ../../lib/cmdline/cmdline.h:22:10: fatal error: 'popt.h' file not found ^~~~~~~~ 1 error generated. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jun 22 02:05:17 UTC 2021 on sn-devel-184
15 lines
240 B
Python
15 lines
240 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='smbclient CMDLINE_S4',
|
|
internal_module=True
|
|
)
|
|
|
|
|
|
|