From 11c342724fe23ef532063a7731c2a6d19614cf78 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 24 Mar 2011 12:10:13 +0100 Subject: s3-net: Add net trust utility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- 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 f70eb63a70..0854114d43 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1160,6 +1160,7 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ utils/net_serverid.o \ utils/net_eventlog.o \ utils/net_printing.o \ + utils/net_rpc_trust.o \ $(LIBNDR_NTPRINTING_OBJ) \ $(LIBNDR_PREG_OBJ) \ $(LIBCLI_SPOOLSS_OBJ) \ -- cgit