From 335a277662d28b935c9d84a3d7a98276afdffd3e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 13 Jan 2005 07:50:09 +0000 Subject: r4722: Start to add 'net join' to Samba4. Andrew Bartlett (This used to be commit a9b960609142e15ba5950eb1b22944eb6df18d9c) --- source4/utils/net/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/utils/net/config.mk') diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk index f1f6646e9c..e1bc813bec 100644 --- a/source4/utils/net/config.mk +++ b/source4/utils/net/config.mk @@ -6,7 +6,8 @@ OBJ_FILES = \ utils/net/net.o \ utils/net/net_password.o \ - utils/net/net_time.o + utils/net/net_time.o \ + utils/net/net_join.o REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ -- cgit