1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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)
This commit is contained in:
Michael Adam 2008-04-09 18:54:20 +02:00
parent f04b67ca20
commit 98f3462df2

View File

@ -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) \