From d87ea524d82a069d5df053b54eeb1e3bdbfdb5a9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Mar 2010 14:01:05 +1100 Subject: build: ntvfs/sysdep configure checks --- source4/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index 04ae4be3f6..0bbf09b2de 100644 --- a/source4/wscript +++ b/source4/wscript @@ -25,6 +25,7 @@ def configure(conf): conf.sub_config(LIBLDB_DIR) conf.sub_config('heimdal_build') conf.sub_config('lib/tls') + conf.sub_config('ntvfs/sysdep') 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