From 8ccbbe042b7fed310de9a75ddccc69e51bae72d4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 22 Sep 2010 23:21:56 -0700 Subject: lib-subunit: fixed build on systems without subunit devel library Pair-Programmed-With: Jelmer Vernooij --- lib/torture/wscript_build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/torture') diff --git a/lib/torture/wscript_build b/lib/torture/wscript_build index 7830b3a039..a3ba60592d 100644 --- a/lib/torture/wscript_build +++ b/lib/torture/wscript_build @@ -1,11 +1,9 @@ #!/usr/bin/env python - bld.SAMBA_LIBRARY('torture', - source='torture.c subunit.c ../subunit/c/lib/child.c', + source='torture.c subunit.c', vnum='0.0.1', pc_files='torture.pc', - public_deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-ERRORS talloc tevent', + public_deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-ERRORS talloc tevent subunit', public_headers='torture.h' ) - -- cgit