From 34b77a15d36e21c67d5493e45955358589f7b9c5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Feb 2010 23:29:59 +1100 Subject: build: updates to waf scripts for replace and talloc --- lib/talloc/wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/talloc/wscript') diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 36d61c005a..879b37595a 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -14,7 +14,7 @@ def build(bld): features = 'cc cshlib', source = 'talloc.c', target='talloc', - includes = '. ../replace default /usr/include') + includes = '. ../replace') # test program bld( @@ -23,5 +23,3 @@ def build(bld): target = 'talloc_testsuite', uselib_local = 'replace talloc', includes = '. ../replace default /usr/include') - - -- cgit