From 1184e7de5947aa83209f14d07e14cf61c782710d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 20 Feb 2011 00:05:06 +0100 Subject: s3: Use the uid_wrapper Signed-off-by: Stefan Metzmacher Signed-off-by: Andreas Schneider --- source3/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index d7764289d2..bb0354af8f 100644 --- a/source3/wscript +++ b/source3/wscript @@ -25,6 +25,7 @@ def set_options(opt): opt.RECURSE('../dynconfig') opt.RECURSE('selftest') opt.RECURSE('../lib/nss_wrapper') + opt.RECURSE('../lib/uid_wrapper') opt.RECURSE('../lib/socket_wrapper') opt.RECURSE('../lib/tevent') opt.RECURSE('../lib/tdb_compat') -- cgit