s3-waf: we need to globally -Ilib/replace
authorGünther Deschner <gd@samba.org>
Fri, 18 Feb 2011 14:39:28 +0000 (15:39 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 18 Feb 2011 14:39:28 +0000 (15:39 +0100)
Guenther

source3/wscript

index f248c2f187d88b311e2c6d2990ae12fa59ca1a95..9e5a8dec41134debe64c40d5de7cd62c0d1d04df 100644 (file)
@@ -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: