summaryrefslogtreecommitdiff
path: root/source4/lib/com
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/lib/com
parentf5251c064ee0d1127b59de47ae82f59bcb5483dd (diff)
downloadsamba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.gz
s4-build: removed some unnecessary dependencies
based on running waf --symbol-check
Diffstat (limited to 'source4/lib/com')
-rw-r--r--source4/lib/com/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build
index 3b8b0a1468e..ad716ef72f1 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'
)