mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
0542fa9e7d
Guenther
18 lines
553 B
Makefile
18 lines
553 B
Makefile
#################################
|
|
# Start SUBSYSTEM TORTURE_LIBNETAPI
|
|
[MODULE::TORTURE_LIBNETAPI]
|
|
SUBSYSTEM = smbtorture
|
|
OUTPUT_TYPE = MERGED_OBJ
|
|
INIT_FUNCTION = torture_libnetapi_init
|
|
PRIVATE_DEPENDENCIES = \
|
|
POPT_CREDENTIALS \
|
|
NETAPI
|
|
# End SUBSYSTEM TORTURE_LIBNETAPI
|
|
#################################
|
|
|
|
TORTURE_LIBNETAPI_OBJ_FILES = $(addprefix $(torturesrcdir)/libnetapi/, libnetapi.o \
|
|
libnetapi_user.o \
|
|
libnetapi_group.o)
|
|
|
|
$(eval $(call proto_header_template,$(torturesrcdir)/libnetapi/proto.h,$(TORTURE_LIBNETAPI_OBJ_FILES:.o=.c)))
|