summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:12:14 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit8c99517a0cadf9931156a27ce9103321b8ea9a5c (patch)
treef12b0bdbd00e6cf9a410b43327dc5ab4a69cacfb /source4/librpc
parent833480d3ad1c4b3a1ea74fd583672c65c0af6463 (diff)
downloadsamba-8c99517a0cadf9931156a27ce9103321b8ea9a5c.tar.gz
samba-8c99517a0cadf9931156a27ce9103321b8ea9a5c.tar.bz2
samba-8c99517a0cadf9931156a27ce9103321b8ea9a5c.zip
waf: Lowercase several library names.
Diffstat (limited to 'source4/librpc')
-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')