From 9bbf761bfe64b708144fb44b3f726c85efc58238 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 13 May 2010 00:05:40 +0200 Subject: s3-net: Added a rather trivial "net printing dump" command. Guenther --- source3/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 3d47384fc7..f644c282c2 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1020,7 +1020,10 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ auth/token_util.o utils/net_dom.o utils/net_share.o \ utils/net_g_lock.o \ utils/net_serverid.o \ - utils/net_eventlog.o + utils/net_eventlog.o \ + utils/net_printing.o \ + librpc/gen_ndr/ndr_ntprinting.o \ + ../librpc/ndr/ndr_ntprinting.o # these are not processed by make proto NET_OBJ2 = utils/net_registry_util.o utils/net_help_common.o -- cgit