From d526f861c71c1a0c595bc9b9351a02cc630e41c4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 27 Apr 2011 20:07:45 +1000 Subject: [PATCH] build: Add lib/replace as a default include path This makes #include "system/filesys.h" in the source3/includes/includes.h work more often. Andrew Bartlett --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 7e9d7730ab7..950442792c0 100755 --- a/wscript +++ b/wscript @@ -73,7 +73,7 @@ def configure(conf): # this enables smbtorture.static for s3 in the build farm conf.env.BUILD_FARM = Options.options.BUILD_FARM or os.environ.get('RUN_FROM_BUILD_FARM') - conf.ADD_EXTRA_INCLUDES('#include/public #source4 #lib #source4/lib #source4/include #include') + conf.ADD_EXTRA_INCLUDES('#include/public #source4 #lib #source4/lib #source4/include #include #lib/replace') conf.RECURSE('lib/replace') -- 2.34.1