mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
16 lines
343 B
Makefile
16 lines
343 B
Makefile
|
|
#################################
|
|
# Start SUBSYSTEM TORTURE_WINBIND
|
|
[MODULE::TORTURE_WINBIND]
|
|
SUBSYSTEM = torture
|
|
INIT_FUNCTION = torture_winbind_init
|
|
PRIVATE_PROTO_HEADER = \
|
|
proto.h
|
|
OBJ_FILES = \
|
|
winbind.o \
|
|
struct_based.o
|
|
PRIVATE_DEPENDENCIES = \
|
|
LIBWINBIND-CLIENT
|
|
# End SUBSYSTEM TORTURE_WINBIND
|
|
#################################
|