mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
844acb2260
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
24 lines
633 B
Plaintext
24 lines
633 B
Plaintext
# AUTOGENERATED by mktowscript.pl from ../../nsswitch/config.mk
|
|
# Please remove this notice if hand editing
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBWINBIND-CLIENT',
|
|
source='wb_common.c',
|
|
cflags='-DSOCKET_WRAPPER_DISABLE=1'
|
|
)
|
|
|
|
|
|
bld.SAMBA_BINARY('nsstest',
|
|
source='nsstest.c',
|
|
installdir='BINDIR',
|
|
deps='LIBSAMBA-UTIL LIBREPLACE_EXT LIBSAMBA-HOSTCONFIG NSS_WRAPPER'
|
|
)
|
|
|
|
|
|
bld.SAMBA_BINARY('wbinfo',
|
|
source='wbinfo.c',
|
|
installdir='BINDIR',
|
|
deps='LIBSAMBA-UTIL LIBREPLACE_EXT LIBCLI_AUTH LIBPOPT POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER'
|
|
)
|
|
|