From 4c45e291a77ba300d88ca7a9f3fb3153b6e4b3dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 14 Sep 2010 08:38:30 +0200 Subject: [PATCH] s3-waf: fix the build after privilege code changes. Guenther --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 44deb38a2b8..734b64c6757 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -477,7 +477,7 @@ RPC_CLIENT_SCHANNEL_SRC = '''rpc_client/cli_pipe_schannel.c''' LOCKING_SRC = '''locking/locking.c locking/brlock.c locking/posix.c''' -PRIVILEGES_BASIC_SRC = '''lib/privileges_basic.c''' +PRIVILEGES_BASIC_SRC = '''../libcli/security/privileges.c''' PRIVILEGES_SRC = '''lib/privileges.c''' -- 2.11.4.GIT