From 25f33a3f8e92e2687db782b56ad794e8dee02986 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 11 May 2010 10:31:22 +0200 Subject: [PATCH] s3-waf: add popt and tdb include dirs to the includes list --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript b/source3/wscript index a261d39d7cc..46261c5b651 100644 --- a/source3/wscript +++ b/source3/wscript @@ -65,7 +65,7 @@ def configure(conf): # set a limit on recursing in the waf preprocessor conf.env.preprocessor_recursion_limit = 10 - conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc') + conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc #lib/tdb #lib/popt') conf.RECURSE('../lib/replace') conf.RECURSE('build') -- 2.11.4.GIT