diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-12 22:48:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-12 22:48:57 +0000 |
commit | f7065cc0a5555a32499908a499f926ede3f7d851 (patch) | |
tree | 49bee18be4caee50cb70211c79e41da8548526b2 /source4/Makefile.in | |
parent | a79be6e3776a064baa50a243fe673f35f0714a7a (diff) | |
download | samba-f7065cc0a5555a32499908a499f926ede3f7d851.tar.gz samba-f7065cc0a5555a32499908a499f926ede3f7d851.tar.bz2 samba-f7065cc0a5555a32499908a499f926ede3f7d851.zip |
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 30a996b68222de72dd7959a09ff884f266f2fc9a)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index c0e6466186..ce0668b9f1 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -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 \ |