From ad6303f82fa862111c239b32b39f299e563a0802 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 28 Jan 2006 12:58:38 +0000 Subject: r13208: Clearly separate named pipes from the IPC$ NTVFS type. This allows the easy addition of additional named pipes and removes the circular dependencies between the CIFS, RPC and RAP servers. Simple tests for a custom named pipe included. (This used to be commit 898d15acbd18e3b302a856c847e08c22c5024792) --- source4/rpc_server/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/rpc_server/config.mk') diff --git a/source4/rpc_server/config.mk b/source4/rpc_server/config.mk index 73f61602bd..4aeb4f79c7 100644 --- a/source4/rpc_server/config.mk +++ b/source4/rpc_server/config.mk @@ -204,6 +204,7 @@ REQUIRED_SUBSYSTEMS = \ PRIVATE_PROTO_HEADER = dcerpc_server_proto.h OBJ_FILES = \ dcerpc_server.o \ + dcerpc_np.o \ dcerpc_sock.o \ dcesrv_auth.o \ handles.o -- cgit