summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-05-24 11:46:25 +0200
committerKarolin Seeger <kseeger@samba.org>2011-08-18 21:14:59 +0200
commit75d9ea6bdbd3d858d4648faa8a98fbf3e6ae7208 (patch)
tree804afb4f39c2c4036305131b4f73260a8d13c19b /source3/Makefile.in
parent95fbe86b3a6f2351f787f802db7fd15bbae81570 (diff)
downloadsamba-75d9ea6bdbd3d858d4648faa8a98fbf3e6ae7208.tar.gz
s3-printing: use printcap IDL for IPC
Use printcap IDL for marshalling and unmarshalling messages between cups child and parent smbd processes. This simplifies the IPC and ensures the parent is notified of cups errors encountered by the child. https://bugzilla.samba.org/show_bug.cgi?id=7994 Signed-off-by: Günther Deschner <gd@samba.org> (cherry picked from commit e5a0ac40d7467bb6ce07d942fdadb43f1ec81bfc)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b7fdfcebdc3..ca5eaafa70f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -755,7 +755,7 @@ SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \
PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/print_aix.o \
printing/print_cups.o printing/print_generic.o \
printing/lpq_parse.o printing/load.o \
- printing/print_iprint.o
+ printing/print_iprint.o librpc/gen_ndr/ndr_printcap.o
PRINTBASE_OBJ = printing/notify.o printing/printing_db.o
PRINTBACKEND_OBJ = printing/printing.o printing/nt_printing.o $(PRINTBASE_OBJ)