summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 14:25:14 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commit679eba61ea5f52b6a8a31cac472ef575af5c03f8 (patch)
tree096f46e5a6baa8535d92bb192ec4486dcf700bcc /source4/librpc
parentf5251c064ee0d1127b59de47ae82f59bcb5483dd (diff)
downloadsamba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.gz
samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.bz2
samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.zip
s4-build: removed some unnecessary dependencies
based on running waf --symbol-check
Diffstat (limited to 'source4/librpc')
-rwxr-xr-xsource4/librpc/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 6cd7858252..39e4999780 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -6,7 +6,7 @@ bld.RECURSE('idl')
bld.SAMBA_LIBRARY('ndr',
source='../../librpc/ndr/ndr_string.c ../../librpc/ndr/ndr_basic.c ../../librpc/ndr/uuid.c ../../librpc/ndr/ndr.c ../../librpc/ndr/ndr_misc.c ../../librpc/gen_ndr/ndr_misc.c',
pc_files='../../librpc/ndr.pc',
- public_deps='errors talloc samba-util CHARSET',
+ public_deps='errors talloc samba-util',
public_headers='../../librpc/gen_ndr/misc.h ../../librpc/gen_ndr/ndr_misc.h ../../librpc/ndr/libndr.h:ndr.h',
header_path= [ ( '*gen_ndr*', 'gen_ndr' ) ],
depends_on='PIDL_MISC',
@@ -24,7 +24,7 @@ bld.SAMBA_BINARY('ndrdump',
bld.SAMBA_SUBSYSTEM('NDR_SECURITY',
source='../../librpc/gen_ndr/ndr_security.c ../../librpc/ndr/ndr_sec_helper.c gen_ndr/ndr_server_id.c',
- public_deps='ndr',
+ deps='ndr security',
public_headers='../../librpc/gen_ndr/security.h gen_ndr/server_id.h',
header_path='gen_ndr'
)
@@ -107,7 +107,7 @@ 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',
+ deps='NDR_WINBIND NDR_IRPC NDR_NFS4ACL NDR_OPENDB NDR_NOTIFY ndr-table',
private_library=True,
grouping_library=True
)