summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-01 01:30:45 +0200
committerGünther Deschner <gd@samba.org>2009-10-01 11:40:31 +0200
commitc6a7ecf28b5d531b8f8921643b3aa3a01b74151b (patch)
tree8950ff0303c9ab091607673b930d8346c4fac8cb /source3/Makefile.in
parentbbc71486a7baa086309d877b3ff4f67657053500 (diff)
downloadsamba-c6a7ecf28b5d531b8f8921643b3aa3a01b74151b.tar.gz
samba-c6a7ecf28b5d531b8f8921643b3aa3a01b74151b.tar.bz2
samba-c6a7ecf28b5d531b8f8921643b3aa3a01b74151b.zip
s3-registry: move rpccli_winreg_Connect to the only file it belongs.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0a48b01bd9..26b33639e4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -519,7 +519,8 @@ RPC_CLIENT_OBJ1 = rpc_client/cli_netlogon.o \
$(SCHANNEL_OBJ)
LIBMSRPC_OBJ = rpc_client/cli_lsarpc.o rpc_client/cli_samr.o \
- $(RPC_CLIENT_OBJ1) rpc_client/cli_reg.o $(RPC_CLIENT_OBJ) \
+ $(RPC_CLIENT_OBJ1) \
+ $(RPC_CLIENT_OBJ) \
rpc_client/cli_spoolss.o \
rpc_client/init_spoolss.o \
rpc_client/init_samr.o \