summaryrefslogtreecommitdiff
path: root/source4/libnet/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/libnet/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/libnet/config.mk')
-rw-r--r--source4/libnet/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk
index 969a2bbd34..8d95cdd8e2 100644
--- a/source4/libnet/config.mk
+++ b/source4/libnet/config.mk
@@ -6,7 +6,8 @@ INIT_OBJ_FILES = \
ADD_OBJ_FILES = \
libnet/libnet_passwd.o \
libnet/libnet_time.o \
- libnet/libnet_rpc.o
+ libnet/libnet_rpc.o \
+ libnet/libnet_join.o
REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC
# End SUBSYSTEM LIBNET
#################################