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. --- lib/util/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 82af65c010..553748a22e 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -54,7 +54,8 @@ bld.SAMBA_LIBRARY('tevent-util', public_deps='tevent', public_headers='tevent_ntstatus.h tevent_unix.h tevent_werror.h', header_path=[ ('*', 'util') ], - vnum='0.0.1' + pc_files=[], + vnum='0.0.1' ) -- cgit