after chatting with jeremy I decided to use a separate directory for
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 Dec 2003 22:48:57 +0000 (22:48 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Dec 2003 22:48:57 +0000 (22:48 +0000)
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 30a996b68222de72dd7959a09ff884f266f2fc9a)

source4/Makefile.in
source4/rpc_server/echo/rpc_echo.c [moved from source4/rpc_server/rpc_echo.c with 100% similarity]

index c0e646618635dc7062c56f8c53bc09fd73d490c0..ce0668b9f10b7d5bb4544f12a2e1b223fe9b0337 100644 (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 \