summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-20 07:42:00 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-20 07:42:00 +0000
commit6722cfc3e6919908913b3528ff6b1cd0a21e549d (patch)
tree6de47ef2d9e75cf95c9a9e7f5e9aed3fbd946ade /source3/Makefile.in
parent93b5fb3175abe88f3dbe9fa5d2ac06fa5f598c26 (diff)
downloadsamba-6722cfc3e6919908913b3528ff6b1cd0a21e549d.tar.gz
samba-6722cfc3e6919908913b3528ff6b1cd0a21e549d.tar.bz2
samba-6722cfc3e6919908913b3528ff6b1cd0a21e549d.zip
added net lookup command
(This used to be commit 51268c512dbae94aba308668df9facaf15a2ce9e)
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 3fa516b48c..da1eb419f5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -327,7 +327,7 @@ CLIENT_OBJ = client/client.o client/clitar.o \
NET_OBJ = utils/net.o utils/net_ads.o \
utils/net_rap.o utils/net_rpc.o \
- utils/net_rpc_join.o utils/net_time.o \
+ utils/net_rpc_join.o utils/net_time.o utils/net_lookup.o \
$(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_OBJ) \
$(GROUPDB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ)