diff options
author | Andreas Schneider <asn@samba.org> | 2010-09-26 19:28:07 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-09-26 19:28:51 +0200 |
commit | 0fd69f570883847f975033bc1a6306b00a5ae0d2 (patch) | |
tree | 3d8632a2558987993d9d389c25bbfb611fc0d451 /source3 | |
parent | d0739d436e50f23ce8378cd3645f6cac74afbc13 (diff) | |
download | samba-0fd69f570883847f975033bc1a6306b00a5ae0d2.tar.gz samba-0fd69f570883847f975033bc1a6306b00a5ae0d2.tar.bz2 samba-0fd69f570883847f975033bc1a6306b00a5ae0d2.zip |
s3-waf: Link smbd against RPCECHO.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index ce4fb5833d..6b95421d00 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1334,7 +1334,7 @@ bld.SAMBA_SUBSYSTEM('RPC_MODULES', deps='''RPC_LSARPC RPC_SAMR RPC_WINREG RPC_INITSHUTDOWN RPC_DSSETUP RPC_WKSSVC RPC_SVCCTL RPC_NTSVCS RPC_NETLOGON RPC_NETDFS RPC_SRVSVC RPC_SPOOLSS - RPC_EVENTLOG''') + RPC_EVENTLOG RPC_RPCECHO''') bld.SAMBA_SUBSYSTEM('LOCKING', source='${LOCKING_SRC}', |