diff options
author | Günther Deschner <gd@samba.org> | 2011-02-18 15:39:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-18 15:39:28 +0100 |
commit | 3c9703f4853f353b67314d9d6aac3f8c572a6fe8 (patch) | |
tree | 9522ffa64954dab47ccc72a199989b325ab73d04 | |
parent | a2f4a17b5e005afa1a8b15921e81c42cda6bcec0 (diff) | |
download | samba-3c9703f4853f353b67314d9d6aac3f8c572a6fe8.tar.gz samba-3c9703f4853f353b67314d9d6aac3f8c572a6fe8.tar.bz2 samba-3c9703f4853f353b67314d9d6aac3f8c572a6fe8.zip |
s3-waf: we need to globally -Ilib/replace
Guenther
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index f248c2f187..9e5a8dec41 100644 --- a/source3/wscript +++ b/source3/wscript @@ -86,7 +86,7 @@ def configure(conf): conf.RECURSE('../libcli/smbreadline') conf.RECURSE('../lib/util') - conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include''') + conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace''') if not conf.env.USING_SYSTEM_TDB: conf.ADD_EXTRA_INCLUDES('#lib/tdb/include') if not conf.env.USING_SYSTEM_TEVENT: |