diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-05-12 04:23:10 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 1c6ba8551d74a469c80fdc666a8c795bd3a7bf52 (patch) | |
tree | e53c92d263ac00fb1d8edf3ebaf8460717ff6473 | |
parent | 8e04ad2db1e3071e3297a315021fc5158134f575 (diff) | |
download | samba-1c6ba8551d74a469c80fdc666a8c795bd3a7bf52.tar.gz samba-1c6ba8551d74a469c80fdc666a8c795bd3a7bf52.tar.bz2 samba-1c6ba8551d74a469c80fdc666a8c795bd3a7bf52.zip |
s3-waf: Also include source4/ when looking for headers
-rw-r--r-- | source3/wscript | 2 |
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') |