summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-25 05:25:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:42 -0500
commitced449b016631347d308643ea1de47a260f4671a (patch)
treed0396b5e6861314b6f57acca65f46dfb05125cf5 /source4/librpc/config.mk
parent310fa875091a85bb5d7be196906723f14305d406 (diff)
downloadsamba-ced449b016631347d308643ea1de47a260f4671a.tar.gz
samba-ced449b016631347d308643ea1de47a260f4671a.tar.bz2
samba-ced449b016631347d308643ea1de47a260f4671a.zip
r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the
flag 'smb2' in the dcerpc binding string. This gives a pretty good test to the new SMB2 trans call. (This used to be commit f99bef585d4c1e52becc06b581bd5aaa62cf9dd7)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index 9e2ec48264..bf50a23608 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -25,21 +25,7 @@ REQUIRED_SUBSYSTEMS = LIBCOMPRESSION
# End SUBSYSTEM NDR_COMPRESSION
################################################
-################################################
-# Start SUBSYSTEM RPC_RAW
-[SUBSYSTEM::RPC_RAW]
-INIT_OBJ_FILES = \
- rpc/dcerpc.o
-ADD_OBJ_FILES = \
- rpc/dcerpc_auth.o \
- rpc/dcerpc_schannel.o \
- rpc/dcerpc_util.o \
- rpc/dcerpc_error.o \
- rpc/dcerpc_smb.o \
- rpc/dcerpc_sock.o
-REQUIRED_SUBSYSTEMS = SOCKET
-# End SUBSYSTEM RPC_RAW
-################################################
+include rpc/config.mk
[SUBSYSTEM::NDR_AUDIOSRV]
INIT_FUNCTION = dcerpc_audiosrv_init