summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-10-22 09:08:20 +0200
committerKai Blin <kai@samba.org>2010-10-23 10:17:05 +0000
commit97868713a0ed4a8519796abc69d282c9b2ea3121 (patch)
tree0230dc11e3ba0f22701d9e81bec6096bff43fafe /librpc/wscript_build
parent4ffdf09623da867f5c0dd3031820f7d033681b1f (diff)
downloadsamba-97868713a0ed4a8519796abc69d282c9b2ea3121.tar.gz
samba-97868713a0ed4a8519796abc69d282c9b2ea3121.tar.bz2
samba-97868713a0ed4a8519796abc69d282c9b2ea3121.zip
idl: Add idl describing DNS structures
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 4a45095eec..2d053e49a5 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -17,6 +17,11 @@ bld.SAMBA_SUBSYSTEM('NDR_DNSSERVER',
public_deps='LIBNDR'
)
+bld.SAMBA_SUBSYSTEM('NDR_DNS',
+ source='../librpc/gen_ndr/ndr_dns.c',
+ public_deps='LIBNDR NDR_DNSP'
+ )
+
bld.SAMBA_SUBSYSTEM('NDR_DSBACKUP',
source='../librpc/gen_ndr/ndr_dsbackup.c',
public_deps='LIBNDR'