diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/wscript_build | 2 | ||||
-rw-r--r-- | source4/librpc/wscript_build | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/wscript_build b/source4/librpc/idl/wscript_build index 8ce4b4cefd..0fcb420cbe 100644 --- a/source4/librpc/idl/wscript_build +++ b/source4/librpc/idl/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + bld.SAMBA_PIDL_LIST('PIDL', source='''irpc.idl nfs4acl.idl notify.idl ntp_signd.idl opendb.idl sasl_helpers.idl server_id.idl winbind.idl diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 4a57091eb4..5328d1da2c 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + bld.BUILD_SUBDIR('../../librpc/idl') bld.BUILD_SUBDIR('idl') |