summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-12-01 13:58:43 +0000
committerVolker Lendecke <vlendec@samba.org>2003-12-01 13:58:43 +0000
commit000b39a682ce47f3cb0cf3509a3e483474f966db (patch)
treed6c2efff8d61c215b0b889455bc4e5166d55ef52 /source3/Makefile.in
parentf7dfa789c1601d92a76fe0804b095f6931a93246 (diff)
downloadsamba-000b39a682ce47f3cb0cf3509a3e483474f966db.tar.gz
samba-000b39a682ce47f3cb0cf3509a3e483474f966db.tar.bz2
samba-000b39a682ce47f3cb0cf3509a3e483474f966db.zip
I needed a decently parseable format of smbstatus. Looking at smbstatus code
tells me that this should not be expanded, so I implemented net status [sessions|shares] [parseable] Volker (This used to be commit 63d877c6b4786dcddf5f389842f798857be282c0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a65d0ebd03..7ac07dbad7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -495,7 +495,8 @@ CLIENT_OBJ = $(CLIENT_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \
NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_ads_cldap.o utils/net_help.o \
utils/net_rap.o utils/net_rpc.o utils/net_rpc_samsync.o \
utils/net_rpc_join.o utils/net_time.o utils/net_lookup.o \
- utils/net_cache.o utils/net_groupmap.o utils/net_idmap.o
+ utils/net_cache.o utils/net_groupmap.o utils/net_idmap.o \
+ utils/net_status.o
NET_OBJ = $(NET_OBJ1) $(PARAM_OBJ) $(SECRETS_OBJ) $(LIBSMB_OBJ) \
$(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \