summaryrefslogtreecommitdiff
path: root/source4/utils/net/config.mk
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-02-05 22:36:36 +0200
committerAndrew Tridgell <tridge@samba.org>2010-02-11 21:59:38 +1100
commitfedc1152b5cead39cb0ce085c2a1f66ceed0b726 (patch)
tree931a6ba1a7adf452349e5a6595f3b2a2ae4d7e7e /source4/utils/net/config.mk
parent61246da63cb280b6b3e277583b84c2dfacb6be68 (diff)
downloadsamba-fedc1152b5cead39cb0ce085c2a1f66ceed0b726.tar.gz
samba-fedc1152b5cead39cb0ce085c2a1f66ceed0b726.tar.bz2
samba-fedc1152b5cead39cb0ce085c2a1f66ceed0b726.zip
s4/net_drs: 'net drs bind' 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 c323b7cf5b..70c6bafd0a 100644
--- a/source4/utils/net/config.mk
+++ b/source4/utils/net/config.mk
@@ -13,7 +13,8 @@ PRIVATE_DEPENDENCIES = \
#################################
net_drs_OBJ_FILES = $(addprefix $(utilssrcdir)/net/drs/, \
- net_drs.o)
+ net_drs.o \
+ net_drs_bind.o)
$(eval $(call proto_header_template,$(utilssrcdir)/net/drs/net_drs_proto.h,$(net_drs_OBJ_FILES:.o=.c)))