summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-03-08 16:36:03 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-03-16 15:52:21 +0100
commitd6cb4feae1eab22d63b42eb5c480578fb1ee99bf (patch)
tree75fef77f5b2955f91352ec60a5587b11c86e1dc6 /source3/wscript_build
parent9ea602741934f4e546147fa238332644e8e9f316 (diff)
downloadsamba-d6cb4feae1eab22d63b42eb5c480578fb1ee99bf.tar.gz
samba-d6cb4feae1eab22d63b42eb5c480578fb1ee99bf.tar.bz2
samba-d6cb4feae1eab22d63b42eb5c480578fb1ee99bf.zip
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: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 3bbeeea661..3f7e3b6b80 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -881,6 +881,7 @@ bld.SAMBA3_SUBSYSTEM('PRINTBACKEND',
bld.SAMBA3_SUBSYSTEM('PRINTING',
source=PRINTING_SRC,
+ deps='NDR_PRINTCAP',
vars=locals())
bld.SAMBA3_SUBSYSTEM('PASSWD_UTIL',