diff options
author | Günther Deschner <gd@samba.org> | 2011-01-24 15:27:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-24 16:15:58 +0100 |
commit | ef0a3903f007cee5a564699fc9750d6e8a472d7d (patch) | |
tree | 20923f728135b0a9f40a75912794c2e46e5fd29d | |
parent | c675b1c827f792e19cbacd91d2356e0df2ee87e3 (diff) | |
download | samba-ef0a3903f007cee5a564699fc9750d6e8a472d7d.tar.gz samba-ef0a3903f007cee5a564699fc9750d6e8a472d7d.tar.bz2 samba-ef0a3903f007cee5a564699fc9750d6e8a472d7d.zip |
s3-waf: fix lib/addns include path.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Jan 24 16:15:58 CET 2011 on sn-devel-104
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 534237ddc2..e286e8fb3e 100644 --- a/source3/wscript +++ b/source3/wscript @@ -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') |