summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/librpc/wscript_build24
1 files changed, 12 insertions, 12 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index e422aa952b..1fc1d2b0b8 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -105,20 +105,20 @@ bld.SAMBA_LIBRARY('NDR_STANDARD',
)
# create a grouping library to consolidate our samba4 specific NDR code
-bld.SAMBA_LIBRARY('NDR_SAMBA4',
- source=[],
- deps='NDR_WINBIND NDR_IRPC NDR_NFS4ACL NDR_OPENDB NDR_NOTIFY',
- private_library=True,
- grouping_library=True
- )
+bld.SAMBA_LIBRARY('ndr_samba4',
+ source=[],
+ deps='NDR_WINBIND NDR_IRPC NDR_NFS4ACL NDR_OPENDB NDR_NOTIFY',
+ private_library=True,
+ grouping_library=True
+ )
# a grouping library for RPC_NDR subsystems that may be used by more than one target
-bld.SAMBA_LIBRARY('RPC_NDR_SAMBA4',
- source=[],
- deps='RPC_NDR_WINBIND',
- private_library=True,
- grouping_library=True
- )
+bld.SAMBA_LIBRARY('rpc_ndr_samba4',
+ source=[],
+ deps='RPC_NDR_WINBIND',
+ private_library=True,
+ grouping_library=True
+ )
bld.SAMBA_PIDL_TABLES('GEN_NDR_TABLES', 'gen_ndr/tables.c')