summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-14 08:38:30 +0200
committerGünther Deschner <gd@samba.org>2010-09-14 08:38:30 +0200
commit4c45e291a77ba300d88ca7a9f3fb3153b6e4b3dc (patch)
treea747f12d37ef4ab19347a2272c860df294c9e8cd /source3
parent9271570516087e006cf167895d51550a4ee858ab (diff)
downloadsamba-4c45e291a77ba300d88ca7a9f3fb3153b6e4b3dc.tar.gz
samba-4c45e291a77ba300d88ca7a9f3fb3153b6e4b3dc.tar.bz2
samba-4c45e291a77ba300d88ca7a9f3fb3153b6e4b3dc.zip
s3-waf: fix the build after privilege code changes.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 44deb38a2b..734b64c675 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'''