summaryrefslogtreecommitdiff
path: root/source4/utils/net/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-01-13 07:50:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:48 -0500
commit335a277662d28b935c9d84a3d7a98276afdffd3e (patch)
treeed2c17f2a44168c1e39fa63c6530eee875e41500 /source4/utils/net/config.mk
parent025bf43aa001ef30c106a33124148c3085f96122 (diff)
downloadsamba-335a277662d28b935c9d84a3d7a98276afdffd3e.tar.gz
samba-335a277662d28b935c9d84a3d7a98276afdffd3e.tar.bz2
samba-335a277662d28b935c9d84a3d7a98276afdffd3e.zip
r4722: Start to add 'net join' to Samba4.
Andrew Bartlett (This used to be commit a9b960609142e15ba5950eb1b22944eb6df18d9c)
Diffstat (limited to 'source4/utils/net/config.mk')
-rw-r--r--source4/utils/net/config.mk3
1 files changed, 2 insertions, 1 deletions
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 \