librpc: Move winstation.idl to the top level and exclude from fuzzing
[samba.git] / source4 / librpc / idl / wscript_build
index f8dca6af4a764ecbfce4d2cabac81c0519aaa83e..58555e6bf55f70b52d6cf7d94474e33e9c8859c1 100644 (file)
@@ -7,7 +7,7 @@ topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
 bld.SAMBA_PIDL_LIST('PIDL',
                    source='''ntp_signd.idl
                               opendb.idl sasl_helpers.idl
-                              winsif.idl winsrepl.idl winstation.idl''',
+                              winsif.idl winsrepl.idl''',
                     options="--includedir=%s --header --ndr-parser" % topinclude,
                     output_dir='../gen_ndr')