summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-04-05 01:36:50 +0000
committerJim McDonough <jmcd@samba.org>2002-04-05 01:36:50 +0000
commit562706b32bda551e2674db4f7dae3017a8259e13 (patch)
treed0d6116c4385b3716d3697ce1b3b9bd76f59bb26 /source3
parent1458b7c7959be7720162fef441025954f0082fe9 (diff)
downloadsamba-562706b32bda551e2674db4f7dae3017a8259e13.tar.gz
samba-562706b32bda551e2674db4f7dae3017a8259e13.tar.bz2
samba-562706b32bda551e2674db4f7dae3017a8259e13.zip
add utils/net_help.c to bin/net build
(This used to be commit f2a0e56b3c7b4bee21fc05efec0c0c738db44287)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index eac922ff5e..24e3fe29f9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -340,7 +340,7 @@ CLIENT_OBJ = client/client.o client/clitar.o \
$(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
$(READLINE_OBJ)
-NET_OBJ = utils/net.o utils/net_ads.o \
+NET_OBJ = utils/net.o utils/net_ads.o utils/net_help.o \
utils/net_rap.o utils/net_rpc.o \
utils/net_rpc_join.o utils/net_time.o utils/net_lookup.o \
$(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_OBJ) \