diff options
-rw-r--r-- | source3/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 781e8de416..5241801978 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -847,10 +847,14 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ $(PASSWD_UTIL_OBJ) utils/net_dns.o utils/net_ads_gpo.o \ utils/net_conf.o \ utils/net_registry.o \ - utils/net_registry_util.o \ auth/token_util.o utils/net_dom.o nsswitch/wb_client.o -NET_OBJ = $(NET_OBJ1) $(PARAM_WITHOUT_REG_OBJ) $(SECRETS_OBJ) $(LIBSMB_OBJ) \ +# these are not processed by make proto +NET_OBJ2 = utils/net_registry_util.o + +NET_OBJ = $(NET_OBJ1) \ + $(NET_OBJ2) \ + $(PARAM_WITHOUT_REG_OBJ) $(SECRETS_OBJ) $(LIBSMB_OBJ) \ $(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \ $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) $(LIBADDNS_OBJ0) \ $(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) \ |