summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-03-07 15:32:02 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-03-16 15:52:21 +0100
commit9ea602741934f4e546147fa238332644e8e9f316 (patch)
tree8766cbddc1d895292ca4b8d3bb098694ad42f24a /librpc/idl/wscript_build
parente084edc16ea909d99453ef7663e0f5ada081fe22 (diff)
downloadsamba-9ea602741934f4e546147fa238332644e8e9f316.tar.gz
samba-9ea602741934f4e546147fa238332644e8e9f316.tar.bz2
samba-9ea602741934f4e546147fa238332644e8e9f316.zip
idl: define printcap IPC message format
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/idl/wscript_build')
-rw-r--r--librpc/idl/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 33dd4c9b28..7e1340e6f7 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -10,7 +10,8 @@ bld.SAMBA_PIDL_LIST('PIDL',
dbgidl.idl dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl dns.idl
oxidresolver.idl samr.idl srvsvc.idl winreg.idl dcerpc.idl
drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl
- policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl''',
+ policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
+ printcap.idl''',
options='--header --ndr-parser --samba3-ndr-server --server --client --python',
output_dir='../gen_ndr')