summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-04 13:21:03 +0200
committerMichael Adam <obnox@samba.org>2008-04-04 17:05:00 +0200
commit06466de5e9636dc2934c8f52f20d71ed0f4e6da0 (patch)
tree98ea23ec7cc7303e472e9a4f5f6dbe83d55866bd /source3/Makefile.in
parent24789498214a5af60f5280861eda34337b404468 (diff)
downloadsamba-06466de5e9636dc2934c8f52f20d71ed0f4e6da0.tar.gz
samba-06466de5e9636dc2934c8f52f20d71ed0f4e6da0.tar.bz2
samba-06466de5e9636dc2934c8f52f20d71ed0f4e6da0.zip
net_registry: split utility function of common interest out into util module.
Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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) \