diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 14:25:14 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 679eba61ea5f52b6a8a31cac472ef575af5c03f8 (patch) | |
tree | 096f46e5a6baa8535d92bb192ec4486dcf700bcc /source4/lib/com/wscript_build | |
parent | f5251c064ee0d1127b59de47ae82f59bcb5483dd (diff) | |
download | samba-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/lib/com/wscript_build')
-rw-r--r-- | source4/lib/com/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build index 3b8b0a1468..ad716ef72f 100644 --- a/source4/lib/com/wscript_build +++ b/source4/lib/com/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_SUBSYSTEM('COM', source='tables.c rot.c main.c', - deps='samba-util samba-hostconfig events ndr PIDL_DCOM' + deps='samba-util samba-hostconfig events ndr NDR_DCOM' ) |