s3:locking: add leases_db infrastructure
[obnox/samba/samba-obnox.git] / source3 / librpc / idl / wscript_build
index 3d1e2588b7ff5c080070fc48a415eb389dc3ebe9..f9b1bd7d761018c893b108aa5e9f78274cef35b5 100644 (file)
@@ -1,7 +1,14 @@
+#!/usr/bin/env python
+
+import os
+
+topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
 
 bld.SAMBA_PIDL_LIST('PIDL',
-                    '''messaging.idl libnetapi.idl notify.idl
-                       wbint.idl perfcount.idl secrets.idl libnet_join.idl''',
-                    options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
+                    '''messaging.idl libnetapi.idl open_files.idl
+                       perfcount.idl secrets.idl libnet_join.idl
+                       smbXsrv.idl
+                       leases_db.idl
+                    ''',
+                    options='--includedir=%s --header --ndr-parser' % topinclude,
                     output_dir='../gen_ndr')
-