diff options
author | Kai Blin <kai@samba.org> | 2010-05-11 15:23:37 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 997114564d1d8ec9e6f79be6e0cd557e34d04cb6 (patch) | |
tree | 53967614b594114a2a77684d13878266221e5cb7 /source3/wscript | |
parent | 6a32dbd857b892a1c71130fdcb58ec53d06ea4ef (diff) | |
download | samba-997114564d1d8ec9e6f79be6e0cd557e34d04cb6.tar.gz samba-997114564d1d8ec9e6f79be6e0cd557e34d04cb6.tar.bz2 samba-997114564d1d8ec9e6f79be6e0cd557e34d04cb6.zip |
s3-waf: tdb includes are in lib/tdb/include
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index f79d21665f..e615d47192 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 #lib/popt') + conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc #lib/tdb/include #lib/popt') conf.RECURSE('../lib/replace') conf.RECURSE('build') |