From ef0a3903f007cee5a564699fc9750d6e8a472d7d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 24 Jan 2011 15:27:52 +0100 Subject: s3-waf: fix lib/addns include path. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Jan 24 16:15:58 CET 2011 on sn-devel-104 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 534237ddc2..e286e8fb3e 100644 --- a/source3/wscript +++ b/source3/wscript @@ -71,7 +71,7 @@ def configure(conf): conf.env['build_swat'] = True conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc - #lib/tevent #source3/libaddns #source3/librpc + #lib/tevent #lib/addns #source3/librpc #source3/lib #lib/tdb/include #lib/popt''') conf.RECURSE('../lib/replace') -- cgit