Line | |
---|
1 | #################################
|
---|
2 | # Start SUBSYSTEM TORTURE_LIBNETAPI
|
---|
3 | [MODULE::TORTURE_LIBNETAPI]
|
---|
4 | SUBSYSTEM = smbtorture
|
---|
5 | OUTPUT_TYPE = MERGED_OBJ
|
---|
6 | INIT_FUNCTION = torture_libnetapi_init
|
---|
7 | PRIVATE_DEPENDENCIES = \
|
---|
8 | POPT_CREDENTIALS \
|
---|
9 | NETAPI
|
---|
10 | # End SUBSYSTEM TORTURE_LIBNETAPI
|
---|
11 | #################################
|
---|
12 |
|
---|
13 | TORTURE_LIBNETAPI_OBJ_FILES = $(addprefix $(torturesrcdir)/libnetapi/, libnetapi.o \
|
---|
14 | libnetapi_user.o \
|
---|
15 | libnetapi_group.o)
|
---|
16 |
|
---|
17 | $(eval $(call proto_header_template,$(torturesrcdir)/libnetapi/proto.h,$(TORTURE_LIBNETAPI_OBJ_FILES:.o=.c)))
|
---|
Note:
See
TracBrowser
for help on using the repository browser.