From 2b5d317af191256abea65328ce8d8a8833dcae69 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Feb 2007 18:52:38 +0000 Subject: r21565: Import ndrdump (doesn't compile yet, needs table support functions). (This used to be commit 9a9b9421673ed1c455658d8ae79d7a1522a1baa7) --- source3/script/build_idl.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/script') 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 -- cgit