summaryrefslogtreecommitdiff
path: root/source3/librpc/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 10:42:58 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:17 -0700
commit8cf61377aa388724150699618f5cd60682ffde37 (patch)
tree6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /source3/librpc/wscript_build
parentb2af2fd3de37296c5589fd5f34bb3353227272cd (diff)
downloadsamba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz
samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2
samba-8cf61377aa388724150699618f5cd60682ffde37.zip
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'source3/librpc/wscript_build')
-rw-r--r--source3/librpc/wscript_build16
1 files changed, 8 insertions, 8 deletions
diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build
index 66713ef297..0bb73222a7 100644
--- a/source3/librpc/wscript_build
+++ b/source3/librpc/wscript_build
@@ -2,42 +2,42 @@
bld.SAMBA_SUBSYSTEM('NDR_LIBNETAPI',
source='gen_ndr/ndr_libnetapi.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('NDR_LIBNET_JOIN',
source='gen_ndr/ndr_libnet_join.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('NDR_MESSAGING',
source='gen_ndr/ndr_messaging.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('NDR_NOTIFY',
source='gen_ndr/ndr_notify.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('NDR_PREG',
source='gen_ndr/ndr_preg.c ndr/ndr_preg.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('NDR_SECRETS',
source='gen_ndr/ndr_secrets.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('NDR_PERFCOUNT',
source='gen_ndr/ndr_perfcount.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('NDR_WBINT',
source='gen_ndr/ndr_wbint.c',
- public_deps='LIBNDR'
+ public_deps='ndr'
)
bld.SAMBA_SUBSYSTEM('RPC_NDR_WBINT',