diff options
author | Günther Deschner <gd@samba.org> | 2010-08-26 00:05:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:17:10 +0200 |
commit | d6949f58fa82196fc67a87e6bf47a5c05698a734 (patch) | |
tree | b53f5dd70ee896a5477b26cf811b1e298572bf3c | |
parent | 75e55f9535d3a66933c901658c61e1fdaa596515 (diff) | |
download | samba-d6949f58fa82196fc67a87e6bf47a5c05698a734.tar.gz samba-d6949f58fa82196fc67a87e6bf47a5c05698a734.tar.bz2 samba-d6949f58fa82196fc67a87e6bf47a5c05698a734.zip |
s3-build: remove RPC_CLIENT_OBJ1.
Guenther
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 1 insertions, 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 |