summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-08-27 08:56:15 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 18:46:06 +1000
commitf20bba97d8146e830dbaeb761a05dcede1bdfee2 (patch)
tree017f55d600159d63c79e3713e0447c215f6569f1 /source3/Makefile.in
parentcae7babb1fcfbb0655bc1f7f6be51212f3d13c69 (diff)
downloadsamba-f20bba97d8146e830dbaeb761a05dcede1bdfee2.tar.gz
samba-f20bba97d8146e830dbaeb761a05dcede1bdfee2.tar.bz2
samba-f20bba97d8146e830dbaeb761a05dcede1bdfee2.zip
s3-privs Move source3/ privileges implmentation into common
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 63345edea9..321eb3cf33 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -728,7 +728,7 @@ RPC_CLIENT_SCHANNEL_OBJ = rpc_client/cli_pipe_schannel.o
LOCKING_OBJ = locking/locking.o locking/brlock.o locking/posix.o
-PRIVILEGES_BASIC_OBJ = lib/privileges_basic.o
+PRIVILEGES_BASIC_OBJ = ../libcli/security/privileges.o
PRIVILEGES_OBJ = lib/privileges.o