diff options
Diffstat (limited to 'source3/script')
-rw-r--r-- | source3/script/build_idl.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh index 8ec5f4de24..77f37d8e75 100644 --- a/source3/script/build_idl.sh +++ b/source3/script/build_idl.sh @@ -52,6 +52,9 @@ done touch librpc/gen_ndr/ndr_dcerpc.h +echo Generating librpc/gen_ndr/tables.c +./librpc/tables.pl --output=librpc/gen_ndr/tables.c librpc/gen_ndr/*.h > librpc/gen_ndr/tables.c + cd ${oldpwd} exit 0 |