From 679eba61ea5f52b6a8a31cac472ef575af5c03f8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 14:25:14 +1100 Subject: s4-build: removed some unnecessary dependencies based on running waf --symbol-check --- source4/lib/com/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/com/wscript_build') 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' ) -- cgit