diff options
author | Günther Deschner <gd@samba.org> | 2011-01-24 15:26:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-24 15:28:21 +0100 |
commit | c675b1c827f792e19cbacd91d2356e0df2ee87e3 (patch) | |
tree | 5a7ac5402ef80cac33ac78bec34d2d99aecbd8f8 | |
parent | 0dc1eee0b8174d591ea02de40bb564088a25fd97 (diff) | |
download | samba-c675b1c827f792e19cbacd91d2356e0df2ee87e3.tar.gz samba-c675b1c827f792e19cbacd91d2356e0df2ee87e3.tar.xz samba-c675b1c827f792e19cbacd91d2356e0df2ee87e3.zip |
s3-waf: no need anymore to include "source4" globally.
Guenther
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index fc1cc1df86a..534237ddc25 100644 --- a/source3/wscript +++ b/source3/wscript @@ -72,7 +72,7 @@ def configure(conf): conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc - #source3/lib #lib/tdb/include #lib/popt #source4''') + #source3/lib #lib/tdb/include #lib/popt''') conf.RECURSE('../lib/replace') conf.RECURSE('build') |