summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-06-18 19:11:19 +0200
committerVolker Lendecke <vl@samba.org>2021-12-10 14:02:30 +0000
commita7c65958a15149918415b7456d6f20ee8c9669d2 (patch)
treeeefef276bc9e3bc68924e7a4316463acefba0d72 /source3/param
parentd522a8cce12043903ecf4f66835eb69367cdde17 (diff)
downloadsamba-a7c65958a15149918415b7456d6f20ee8c9669d2.tar.gz
s3:rpc_server: Activate samba-dcerpcd
This is the big switch to use samba-dcerpcd for the RPC services in source3/. It is a pretty big and unordered patch, but I don't see a good way to split this up into more manageable pieces without sacrificing bisectability even more. Probably I could cut out a few small ones, but a major architechtural switch like this will always be messy. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/wscript_build b/source3/param/wscript_build
index c14cf0df651..9ae81a9e48d 100644
--- a/source3/param/wscript_build
+++ b/source3/param/wscript_build
@@ -33,7 +33,7 @@ bld.SAMBA3_SUBSYSTEM(pyparam_util,
bld.SAMBA3_SUBSYSTEM('param_service',
source='service.c',
- deps = 'USER_UTIL smbconf PRINTING')
+ deps = 'USER_UTIL smbconf')
bld.SAMBA3_BINARY('test_lp_load',
source='test_lp_load.c',