From f697956dcba801e4209b375f6ebda3168e2a210d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 4 Oct 2011 13:08:50 +0200 Subject: dfs_server: add generic dfs_server_ad_get_referrals() call This is a generic function to implement the domain, dc and sysvol DFS referrals. metze --- wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build index 936aa53eb4..25d8eff584 100644 --- a/wscript_build +++ b/wscript_build @@ -117,6 +117,7 @@ bld.RECURSE('pidl') bld.RECURSE('lib') bld.RECURSE('libds/common') bld.RECURSE('source3') +bld.RECURSE('dfs_server') bld.RECURSE('testsuite/headers') -- cgit