summaryrefslogtreecommitdiff
path: root/source4/utils/net/config.mk
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-02-06 03:13:33 +0200
committerAndrew Tridgell <tridge@samba.org>2010-02-11 21:59:39 +1100
commit976201d24a7c0734ef99c72e476a6caab97e21de (patch)
treef5004b90c2a56337787b2886ebef1a839ccc6a8e /source4/utils/net/config.mk
parentfedc1152b5cead39cb0ce085c2a1f66ceed0b726 (diff)
downloadsamba-976201d24a7c0734ef99c72e476a6caab97e21de.tar.gz
samba-976201d24a7c0734ef99c72e476a6caab97e21de.tar.bz2
samba-976201d24a7c0734ef99c72e476a6caab97e21de.zip
s4/net_drs: 'net drs kcc' command implementation
Signed-off-by: Andrew Tridgell <tridge@samba.org>
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 70c6bafd0a..e3dfb35ce0 100644
--- a/source4/utils/net/config.mk
+++ b/source4/utils/net/config.mk
@@ -14,7 +14,8 @@ PRIVATE_DEPENDENCIES = \
net_drs_OBJ_FILES = $(addprefix $(utilssrcdir)/net/drs/, \
net_drs.o \
- net_drs_bind.o)
+ net_drs_bind.o \
+ net_drs_kcc.o)
$(eval $(call proto_header_template,$(utilssrcdir)/net/drs/net_drs_proto.h,$(net_drs_OBJ_FILES:.o=.c)))