From 8bae4823f29984b49efb83b91e60fd761e0bbf9f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Mar 2010 13:30:22 +1100 Subject: build: waf build for lib/tls --- source4/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index 67c6f96870..04ae4be3f6 100644 --- a/source4/wscript +++ b/source4/wscript @@ -14,6 +14,7 @@ def set_options(opt): opt.recurse(LIBREPLACE_DIR) opt.recurse(LIBLDB_DIR) opt.recurse('selftest') + opt.recurse('lib/tls') def configure(conf): @@ -23,6 +24,7 @@ def configure(conf): conf.sub_config(LIBREPLACE_DIR) conf.sub_config(LIBLDB_DIR) conf.sub_config('heimdal_build') + conf.sub_config('lib/tls') 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') -- cgit