summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVicentiu Ciorbaru <cvicentiu@gmail.com>2011-07-13 21:17:08 +0300
committerMichael Adam <obnox@samba.org>2011-08-22 13:59:24 +0200
commit283da12a73ea3edc49a63f7375bc2c64ed36e2b1 (patch)
tree2db4883aa44fe7e4355c2d290f7cdb3fe83e8422 /source3/Makefile.in
parentb46655bd18a92560524ea8d1a6859ac56feea2a9 (diff)
downloadsamba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.tar.gz
samba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.tar.bz2
samba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.zip
s3-net: Added the command rpc conf to the net binary.
The net binary now has an extra item linked to it, the net_rpc_conf.c module. Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 39e62cce39..c6335106a4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1197,6 +1197,7 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \
utils/net_eventlog.o \
utils/net_printing.o \
utils/net_rpc_trust.o \
+ utils/net_rpc_conf.o\
$(LIBNDR_NTPRINTING_OBJ) \
$(LIBNDR_PREG_OBJ) \
$(LIBCLI_SPOOLSS_OBJ) \