]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
net: don't process net_registry_util.c with make proto
authorMichael Adam <obnox@samba.org>
Wed, 9 Apr 2008 16:54:20 +0000 (18:54 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 9 Apr 2008 21:52:35 +0000 (23:52 +0200)
it has its own herader net_registry_util.h

Michael

source/Makefile.in

index 781e8de41617ae62c382f8f7eb8beb40cba8fb88..52418019782533288b83e0a98467ee2e9669eff4 100644 (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) \