summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-12 04:23:10 -0600
committerKai Blin <kai@samba.org>2010-05-20 22:16:15 +0200
commit1c6ba8551d74a469c80fdc666a8c795bd3a7bf52 (patch)
treee53c92d263ac00fb1d8edf3ebaf8460717ff6473 /source3/wscript
parent8e04ad2db1e3071e3297a315021fc5158134f575 (diff)
downloadsamba-1c6ba8551d74a469c80fdc666a8c795bd3a7bf52.tar.gz
samba-1c6ba8551d74a469c80fdc666a8c795bd3a7bf52.tar.bz2
samba-1c6ba8551d74a469c80fdc666a8c795bd3a7bf52.zip
s3-waf: Also include source4/ when looking for headers
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 907addb063..6977c5ba16 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 #lib/tdb/include #lib/popt')
+ conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc #lib/tdb/include #lib/popt #source4')
conf.RECURSE('../lib/replace')
conf.RECURSE('build')