summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index a9ce14866e..61546c31ef 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -184,10 +184,10 @@ bld.SAMBA_SUBSYSTEM('NDR_NTPRINTING',
bld.SAMBA_SUBSYSTEM('NDR_SAMR',
source='../librpc/gen_ndr/ndr_samr.c',
- public_deps='LIBNDR NDR_SECURITY NDR_LSARPC'
+ public_deps='LIBNDR NDR_SECURITY NDR_LSA'
)
-bld.SAMBA_SUBSYSTEM('NDR_LSARPC',
+bld.SAMBA_SUBSYSTEM('NDR_LSA',
source='../librpc/gen_ndr/ndr_lsa.c',
public_deps='LIBNDR NDR_SECURITY'
)