From 6722cfc3e6919908913b3528ff6b1cd0a21e549d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 20 Dec 2001 07:42:00 +0000 Subject: added net lookup command (This used to be commit 51268c512dbae94aba308668df9facaf15a2ce9e) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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) -- cgit