From 12e1fdf0899c8f9176f4a7e789faa2758c4eaa70 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 21 Aug 2011 02:09:14 +0200 Subject: wafsamba: Require public libraries to have a pc file specified, or explicitly specified that they don't need one. --- librpc/wscript_build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'librpc/wscript_build') diff --git a/librpc/wscript_build b/librpc/wscript_build index 444cb94671..cf6c448646 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -588,6 +588,7 @@ bld.SAMBA_LIBRARY('ndr', ) bld.SAMBA_LIBRARY('dcerpc-binding', - source='rpc/dcerpc_error.c rpc/binding.c rpc/dcerpc_util.c rpc/binding_handle.c', - deps='ndr tevent NDR_DCERPC LIBTSOCKET tevent-util', - vnum='0.0.1') + source='rpc/dcerpc_error.c rpc/binding.c rpc/dcerpc_util.c rpc/binding_handle.c', + deps='ndr tevent NDR_DCERPC LIBTSOCKET tevent-util', + pc_files=[], + vnum='0.0.1') -- cgit