summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-13 00:05:40 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 15:06:17 +0200
commit9bbf761bfe64b708144fb44b3f726c85efc58238 (patch)
tree0d5a8cb576ca2886fc1ef8be7d90429d1a9e1e2f /source3/Makefile.in
parentf3063d925494b78407e5f694150e5174d0a5d7c4 (diff)
downloadsamba-9bbf761bfe64b708144fb44b3f726c85efc58238.tar.gz
samba-9bbf761bfe64b708144fb44b3f726c85efc58238.tar.bz2
samba-9bbf761bfe64b708144fb44b3f726c85efc58238.zip
s3-net: Added a rather trivial "net printing dump" command.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 4 insertions, 1 deletions
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