diff options
author | Kai Blin <kai@samba.org> | 2010-05-11 10:31:22 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 25f33a3f8e92e2687db782b56ad794e8dee02986 (patch) | |
tree | f4710ae61d2f1ee3fe45e1fe22699aec5000c2e5 /source3/wscript | |
parent | 63a30619b63d17347eda1c13e56ec200fa1ce853 (diff) | |
download | samba-25f33a3f8e92e2687db782b56ad794e8dee02986.tar.gz samba-25f33a3f8e92e2687db782b56ad794e8dee02986.tar.bz2 samba-25f33a3f8e92e2687db782b56ad794e8dee02986.zip |
s3-waf: add popt and tdb include dirs to the includes list
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 a261d39d7c..46261c5b65 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') + conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc #lib/tdb #lib/popt') conf.RECURSE('../lib/replace') conf.RECURSE('build') |