From 06466de5e9636dc2934c8f52f20d71ed0f4e6da0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 4 Apr 2008 13:21:03 +0200 Subject: net_registry: split utility function of common interest out into util module. Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 60f03e4363..6846d80c0b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -844,6 +844,7 @@ 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) \ -- cgit