diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-24 14:57:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:27 -0500 |
commit | 40c5a1d99fba2144fc3b5d4d8ed5959a269600ca (patch) | |
tree | 886aeb4afd4ed010aa3f562d3b6b90909054ea3c /source4/librpc/config.m4 | |
parent | 62e58ea7180e265ffe79b998e7488f20909d3fa0 (diff) | |
download | samba-40c5a1d99fba2144fc3b5d4d8ed5959a269600ca.tar.gz samba-40c5a1d99fba2144fc3b5d4d8ed5959a269600ca.tar.xz samba-40c5a1d99fba2144fc3b5d4d8ed5959a269600ca.zip |
r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transports.
ncalrpc uses the new config option "ncalrpc dir" for creating unix sockets.
(This used to be commit b15cfbe2512961a199ecb069730d9a19787579f5)
Diffstat (limited to 'source4/librpc/config.m4')
-rw-r--r-- | source4/librpc/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.m4 b/source4/librpc/config.m4 index a10b4bc7b7..22abcc6f20 100644 --- a/source4/librpc/config.m4 +++ b/source4/librpc/config.m4 @@ -56,7 +56,7 @@ SMB_SUBSYSTEM(LIBRPC_RAW,[], librpc/rpc/dcerpc_ntlm.o librpc/rpc/dcerpc_spnego.o librpc/rpc/dcerpc_smb.o - librpc/rpc/dcerpc_tcp.o]) + librpc/rpc/dcerpc_sock.o]) SMB_SUBSYSTEM(LIBRPC,[],[],[], [LIBNDR_RAW LIBRPC_RAW]) |