summaryrefslogtreecommitdiff
path: root/source3/rpc_server/wscript_build
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/rpc_server/wscript_build
parente39e09ffb5baa527b03454c905ccd1292fa9c93f (diff)
downloadsamba-34a600a27f5b288a9185b6d32c7252b9f5a81a09.tar.gz
samba-34a600a27f5b288a9185b6d32c7252b9f5a81a09.tar.bz2
samba-34a600a27f5b288a9185b6d32c7252b9f5a81a09.zip
s3-rpc_server: Move the context functions to own file.
Diffstat (limited to 'source3/rpc_server/wscript_build')
-rw-r--r--source3/rpc_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build
index eba52a1b25..0e557a4bb7 100644
--- a/source3/rpc_server/wscript_build
+++ b/source3/rpc_server/wscript_build
@@ -26,7 +26,7 @@ bld.SAMBA3_SUBSYSTEM('rpc',
vars=locals())
bld.SAMBA3_SUBSYSTEM('RPC_NCACN_NP',
- source='rpc_ncacn_np.c rpc_handles.c',
+ source='rpc_ncacn_np.c rpc_handles.c rpc_contexts.c',
deps='auth_sam_reply RPC_PIPE_REGISTER AUTH_COMMON npa_tstream')
bld.SAMBA3_SUBSYSTEM('RPC_SERVICE',