summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-15 02:52:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-15 02:52:10 +0200
commitaaa3e0425d8394c36a6211ddbd76837b5b3e3e56 (patch)
treed19f93ba67ba5b5fdb10172756b99921fabf3a4f /source4/librpc
parent4695504a6c0929da20bb8c53d7c14d0dca88933f (diff)
downloadsamba-aaa3e0425d8394c36a6211ddbd76837b5b3e3e56.tar.gz
samba-aaa3e0425d8394c36a6211ddbd76837b5b3e3e56.tar.bz2
samba-aaa3e0425d8394c36a6211ddbd76837b5b3e3e56.zip
Fix includes.
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/opendb.idl2
-rwxr-xr-xsource4/librpc/scripts/build_idl.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/opendb.idl b/source4/librpc/idl/opendb.idl
index cdbaa6cb1b..265cfaf7ad 100644
--- a/source4/librpc/idl/opendb.idl
+++ b/source4/librpc/idl/opendb.idl
@@ -7,7 +7,7 @@
ntvfs/common/opendb.c
*/
-import "misc.idl";
+import "security.idl";
[
pointer_default(unique)
diff --git a/source4/librpc/scripts/build_idl.sh b/source4/librpc/scripts/build_idl.sh
index 59539638fa..230939bb48 100755
--- a/source4/librpc/scripts/build_idl.sh
+++ b/source4/librpc/scripts/build_idl.sh
@@ -7,7 +7,7 @@ IDL_FILES="$*"
[ -d $OUTDIR ] || mkdir -p $OUTDIR || exit 1
-PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python --dcom-proxy --com-header --includedir ../librpc/idl -- $IDL_FILES"
+PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python --dcom-proxy --com-header --includedir ../librpc/idl -- "
if [ x$FULLBUILD = xFULL ]; then
echo Rebuilding all idl files in $IDLDIR