From f20bba97d8146e830dbaeb761a05dcede1bdfee2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 Aug 2010 08:56:15 +1000 Subject: s3-privs Move source3/ privileges implmentation into common Andrew Bartlett Signed-off-by: Andrew Tridgell --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit