From 283da12a73ea3edc49a63f7375bc2c64ed36e2b1 Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Wed, 13 Jul 2011 21:17:08 +0300 Subject: 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 --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') 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) \ -- cgit