summaryrefslogtreecommitdiff
path: root/source4/torture/local/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r--source4/torture/local/config.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 7bcd8070ca..001ff559d5 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -1,6 +1,8 @@
#################################
# Start SUBSYSTEM TORTURE_LOCAL
-[SUBSYSTEM::TORTURE_LOCAL]
+[MODULE::TORTURE_LOCAL]
+SUBSYSTEM = torture
+INIT_FUNCTION = torture_local_init
PRIVATE_PROTO_HEADER = \
proto.h
OBJ_FILES = \
@@ -17,7 +19,8 @@ OBJ_FILES = \
util_file.o \
sddl.o \
ndr.o \
- event.o
+ event.o \
+ local.o
PUBLIC_DEPENDENCIES = \
RPC_NDR_ECHO \
LIBCLI_SMB \