summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-17 20:28:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:05 -0500
commitef213b02482194a8fed7f37123e08624072694b2 (patch)
tree12e82a6e21263f07cf87432701dc7af776daef6f /source4/torture/config.mk
parent85943483fbcbe5e8a4cfb93eb65ac50f73eff28c (diff)
downloadsamba-ef213b02482194a8fed7f37123e08624072694b2.tar.gz
samba-ef213b02482194a8fed7f37123e08624072694b2.tar.bz2
samba-ef213b02482194a8fed7f37123e08624072694b2.zip
r5866: Add InitShutdown IDL and torture test.
Implement push side of NDR_LEN4|NDR_NOTERM strings (pull side was already present) (This used to be commit ea61ec1122841716ed5d90085ba79e7bf691bd6a)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 4bd2ce6d5d..80fdefcf36 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -85,6 +85,7 @@ ADD_OBJ_FILES = \
torture/rpc/eventlog.o \
torture/rpc/epmapper.o \
torture/rpc/winreg.o \
+ torture/rpc/initshutdown.o \
torture/rpc/oxidresolve.o \
torture/rpc/remact.o \
torture/rpc/mgmt.o \
@@ -102,8 +103,8 @@ ADD_OBJ_FILES = \
torture/rpc/dssetup.o \
torture/rpc/alter_context.o
REQUIRED_SUBSYSTEMS = \
- NDR_ALL RPC_NDR_SAMR RPC_NDR_WINREG RPC_NDR_OXIDRESOLVER \
- RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL \
+ NDR_ALL RPC_NDR_SAMR RPC_NDR_WINREG RPC_NDR_INITSHUTDOWN \
+ RPC_NDR_OXIDRESOLVER RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL \
RPC_NDR_MGMT RPC_NDR_NETLOGON RPC_NDR_ATSVC RPC_NDR_DRSUAPI \
RPC_NDR_LSA RPC_NDR_EPMAPPER RPC_NDR_DFS RPC_NDR_SPOOLSS \
RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_ROT RPC_NDR_DSSETUP \