From d6949f58fa82196fc67a87e6bf47a5c05698a734 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Aug 2010 00:05:34 +0200 Subject: s3-build: remove RPC_CLIENT_OBJ1. Guenther --- source3/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 9f25f4c738..c8e4e53904 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -595,10 +595,7 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \ $(CLDAP_OBJ) \ $(DRSUAPI_OBJ) -RPC_CLIENT_OBJ1 = $(SCHANNEL_OBJ) - -LIBMSRPC_OBJ = \ - $(RPC_CLIENT_OBJ1) \ +LIBMSRPC_OBJ = $(SCHANNEL_OBJ) \ $(RPC_CLIENT_OBJ) \ ../librpc/rpc/binding.o -- cgit