mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3-build: remove pointless RPC_PARSE_OBJ2.
Guenther
This commit is contained in:
parent
0f264935e0
commit
2c99eef355
@ -359,7 +359,7 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \
|
||||
# that requires knowledge of security contexts
|
||||
REG_PARSE_PRS_OBJ = registry/reg_parse_prs.o
|
||||
|
||||
RPC_PARSE_OBJ2 = rpc_client/init_netlogon.o \
|
||||
RPC_PARSE_OBJ = rpc_client/init_netlogon.o \
|
||||
rpc_client/init_lsa.o
|
||||
|
||||
LIBREPLACE_OBJ = @LIBREPLACE_OBJS@
|
||||
@ -700,8 +700,6 @@ RPC_ECHO_OBJ = rpc_server/srv_echo_nt.o librpc/gen_ndr/srv_echo.o
|
||||
|
||||
RPC_SERVER_OBJ = @RPC_STATIC@ $(RPC_PIPE_OBJ) $(NPA_TSTREAM_OBJ)
|
||||
|
||||
RPC_PARSE_OBJ = $(RPC_PARSE_OBJ2)
|
||||
|
||||
RPC_CLIENT_OBJ = rpc_client/cli_pipe.o \
|
||||
librpc/rpc/dcerpc_gssapi.o \
|
||||
librpc/rpc/dcerpc_spnego.o \
|
||||
@ -937,7 +935,7 @@ SMBCONTROL_OBJ = utils/smbcontrol.o $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
|
||||
SMBTREE_OBJ = utils/smbtree.o $(PARAM_OBJ) \
|
||||
$(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(LIBSMB_OBJ) \
|
||||
$(KRBCLIENT_OBJ) $(POPT_LIB_OBJ) \
|
||||
$(RPC_CLIENT_OBJ) ../librpc/rpc/binding.o $(RPC_PARSE_OBJ2) \
|
||||
$(RPC_CLIENT_OBJ) ../librpc/rpc/binding.o $(RPC_PARSE_OBJ) \
|
||||
$(RPC_CLIENT_OBJ1) \
|
||||
$(PASSDB_OBJ) $(SMBLDAP_OBJ) $(GROUPDB_OBJ) \
|
||||
$(LIBMSRPC_GEN_OBJ)
|
||||
@ -1031,7 +1029,7 @@ CLIENT_OBJ1 = client/client.o client/clitar.o $(RPC_CLIENT_OBJ) \
|
||||
../librpc/rpc/binding.o \
|
||||
client/dnsbrowse.o \
|
||||
$(RPC_CLIENT_OBJ1) \
|
||||
$(RPC_PARSE_OBJ2)
|
||||
$(RPC_PARSE_OBJ)
|
||||
|
||||
CLIENT_OBJ = $(CLIENT_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \
|
||||
$(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) $(LIBMSRPC_GEN_OBJ) \
|
||||
@ -1383,7 +1381,7 @@ RPC_OPEN_TCP_OBJ = torture/rpc_open_tcp.o \
|
||||
$(SMBLDAP_OBJ) $(GROUPDB_OBJ) \
|
||||
$(LIB_NONSMBD_OBJ) \
|
||||
$(KRBCLIENT_OBJ) \
|
||||
$(RPC_PARSE_OBJ2) \
|
||||
$(RPC_PARSE_OBJ) \
|
||||
$(RPC_CLIENT_OBJ1) \
|
||||
librpc/rpc/rpc_common.o \
|
||||
rpc_client/cli_pipe.o \
|
||||
|
Loading…
Reference in New Issue
Block a user