summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-05-12 05:39:00 -0600
committerKai Blin <kai@samba.org>2010-05-20 22:16:15 +0200
commit17b136a79f94be5133e1fc93e31001fb102e6d2e (patch)
tree63f5459bb414a7033843f1cbf0c10c9ddad37984 /source3/wscript
parentb6c5d5de379de1e1e5ada78021b3defba3ca3194 (diff)
downloadsamba-17b136a79f94be5133e1fc93e31001fb102e6d2e.tar.gz
samba-17b136a79f94be5133e1fc93e31001fb102e6d2e.tar.bz2
samba-17b136a79f94be5133e1fc93e31001fb102e6d2e.zip
s3-waf: fix the winbindd build again
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 6977c5ba16..1a526bcb42 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -65,7 +65,9 @@ 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 #source4')
+ conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc
+ #lib/tevent #source3/libaddns #source3/librpc
+ #source3/lib #lib/tdb/include #lib/popt #source4''')
conf.RECURSE('../lib/replace')
conf.RECURSE('build')