summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/rpc_server/wscript_build2
-rwxr-xr-xsource3/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build
index f0ee2d9d2c..c3cf2f9327 100644
--- a/source3/rpc_server/wscript_build
+++ b/source3/rpc_server/wscript_build
@@ -27,7 +27,7 @@ bld.SAMBA3_SUBSYSTEM('rpc',
bld.SAMBA3_SUBSYSTEM('RPC_NCACN_NP',
source='rpc_ncacn_np.c rpc_handles.c rpc_contexts.c',
- deps='auth_sam_reply RPC_PIPE_REGISTER AUTH_COMMON npa_tstream')
+ deps='auth auth_sam_reply RPC_PIPE_REGISTER npa_tstream')
bld.SAMBA3_SUBSYSTEM('RPC_SERVICE',
source='rpc_server.c',
diff --git a/source3/wscript_build b/source3/wscript_build
index 5972196e70..020eaaf71d 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1129,7 +1129,7 @@ bld.SAMBA3_BINARY('winbindd/winbindd',
LIBCLI_SAMR libcli_lsa3 LIBRPCCLI_NETLOGON
RPC_NDR_DSSETUP npa_tstream INIT_NETLOGON
RPC_NCACN_NP RPC_PIPE_REGISTER RPC_SAMR RPC_LSARPC
- PAM_ERRORS WB_REQTRANS AUTH_COMMON
+ PAM_ERRORS WB_REQTRANS auth
''',
enabled=bld.env.build_winbind,
install_path='${SBINDIR}',