s3-waf: fix the build after privilege code changes.
authorGünther Deschner <gd@samba.org>
Tue, 14 Sep 2010 06:38:30 +0000 (08:38 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 14 Sep 2010 06:38:30 +0000 (08:38 +0200)
Guenther

source3/wscript_build

index 44deb38a2b8dd9a4b05832f65ed777388f1e8398..734b64c67570c547de193206b3f479f6e2eee228 100644 (file)
@@ -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'''