From 98f3462df22cb285f07e61bc5c5ff2954375abdd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 9 Apr 2008 18:54:20 +0200 Subject: net: don't process net_registry_util.c with make proto it has its own herader net_registry_util.h Michael (This used to be commit 51026d64b3e19626b51bee73fb257a75a6455355) --- source3/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source3/Makefile.in') 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) \ -- cgit