summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-05-31 10:28:39 +0200
committerAndreas Schneider <asn@samba.org>2011-06-01 12:02:15 +0200
commit34a600a27f5b288a9185b6d32c7252b9f5a81a09 (patch)
treee89da69cde8bb4bea5a6afa334e299efa764c03b /source3/Makefile.in
parente39e09ffb5baa527b03454c905ccd1292fa9c93f (diff)
downloadsamba-34a600a27f5b288a9185b6d32c7252b9f5a81a09.tar.gz
samba-34a600a27f5b288a9185b6d32c7252b9f5a81a09.tar.xz
samba-34a600a27f5b288a9185b6d32c7252b9f5a81a09.zip
s3-rpc_server: Move the context functions to own file.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c768a402d48..f95fbeb4617 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -727,7 +727,8 @@ NPA_TSTREAM_OBJ = ../libcli/named_pipe_auth/npa_tstream.o \
../auth/auth_sam_reply.o librpc/gen_ndr/ndr_auth.o ../librpc/ndr/ndr_auth.o
RPC_NCACN_NP = rpc_server/srv_pipe_register.o rpc_server/rpc_ncacn_np.o \
- rpc_server/rpc_handles.o rpc_server/srv_access_check.o
+ rpc_server/rpc_handles.o rpc_server/rpc_contexts.o \
+ rpc_server/srv_access_check.o
RPC_SERVICE = rpc_server/rpc_server.o