summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-07-16 09:34:15 +0200
committerAndrew Bartlett <abartlet@samba.org>2012-08-16 06:56:51 +1000
commit1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba (patch)
tree634d86ac8c03fc27166e7571053396b14aefb3f8 /source3/Makefile.in
parent65976d680acd48aa9f59664f715fa9ce40185955 (diff)
downloadsamba-1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba.tar.gz
samba-1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba.tar.bz2
samba-1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba.zip
s3:net add command "connections cleanup"
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2635cfa8b6..7753979a19 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1226,7 +1226,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_join.o utils/net_user.o \
utils/net_group.o utils/net_file.o utils/net_registry.o utils/net_registry_check.o\
- auth/token_util.o utils/net_dom.o utils/net_share.o \
+ auth/token_util.o utils/net_dom.o utils/net_share.o utils/net_connections.o\
utils/net_g_lock.o \
utils/net_serverid.o \
utils/net_eventlog.o \