1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

after chatting with jeremy I decided to use a separate directory for

each rpc endpoint implementation, so we will have rpc_server/samr/
rpc_server/lsa/ etc.

this should encourage each pipe to be written in a more complete
manner, as it gives easy ways to split the pipe into multiple modules.
(This used to be commit 30a996b682)
This commit is contained in:
Andrew Tridgell 2003-12-12 22:48:57 +00:00
parent a79be6e377
commit f7065cc0a5
2 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ SMBD_NTVFS_OBJ = ntvfs/ntvfs_base.o ntvfs/ntvfs_util.o \
ntvfs/ntvfs_generic.o @NTVFS_STATIC@
SMBD_RPC_OBJ = rpc_server/dcerpc_server.o \
rpc_server/rpc_echo.o
rpc_server/echo/rpc_echo.o
SMBD_OBJ_SRV = smbd/connection.o \
smbd/session.o \