diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-07 14:07:32 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:42 +1000 |
commit | cbb3c6eece5780977a2d1c9ac39ff609d48c134e (patch) | |
tree | e4d112006d3cababc2b12a7a427dd2fca14a2bbf /source4 | |
parent | 62137089a0c9fd4c1081f098e84a30ed040f67c4 (diff) | |
download | samba-cbb3c6eece5780977a2d1c9ac39ff609d48c134e.tar.gz samba-cbb3c6eece5780977a2d1c9ac39ff609d48c134e.tar.bz2 samba-cbb3c6eece5780977a2d1c9ac39ff609d48c134e.zip |
build: check for backtrace
Diffstat (limited to 'source4')
-rw-r--r-- | source4/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript index 0bbf09b2de..d04313155b 100644 --- a/source4/wscript +++ b/source4/wscript @@ -26,6 +26,7 @@ def configure(conf): conf.sub_config('heimdal_build') conf.sub_config('lib/tls') conf.sub_config('ntvfs/sysdep') + conf.sub_config('../lib/util') conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1) conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #lib/socket_wrapper #lib/talloc #lib/replace #lib/event') |