diff options
author | Kai Blin <kai@samba.org> | 2010-05-12 05:39:00 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 17b136a79f94be5133e1fc93e31001fb102e6d2e (patch) | |
tree | 63f5459bb414a7033843f1cbf0c10c9ddad37984 /source3/wscript | |
parent | b6c5d5de379de1e1e5ada78021b3defba3ca3194 (diff) | |
download | samba-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/wscript | 4 |
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') |