s3-waf: fix lib/addns include path.
authorGünther Deschner <gd@samba.org>
Mon, 24 Jan 2011 14:27:52 +0000 (15:27 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 24 Jan 2011 15:15:58 +0000 (16:15 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Jan 24 16:15:58 CET 2011 on sn-devel-104

source3/wscript

index 534237ddc25b617a582771359a9fa4cd7a2e80b3..e286e8fb3e2888405d9de5bb7e1d7693301bb39d 100644 (file)
@@ -71,7 +71,7 @@ def configure(conf):
         conf.env['build_swat'] = True
 
     conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc
-                               #lib/tevent #source3/libaddns #source3/librpc
+                               #lib/tevent #lib/addns #source3/librpc
                                #source3/lib #lib/tdb/include #lib/popt''')
 
     conf.RECURSE('../lib/replace')