summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-27 18:52:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:14 -0500
commit2b5d317af191256abea65328ce8d8a8833dcae69 (patch)
treef13a55d67fa26b4489da5ef99bf80e883929835b /source3/script
parent2838d7499cbd5b7ebade52321985244aee9a9f70 (diff)
downloadsamba-2b5d317af191256abea65328ce8d8a8833dcae69.tar.gz
samba-2b5d317af191256abea65328ce8d8a8833dcae69.tar.bz2
samba-2b5d317af191256abea65328ce8d8a8833dcae69.zip
r21565: Import ndrdump (doesn't compile yet, needs table support functions).
(This used to be commit 9a9b9421673ed1c455658d8ae79d7a1522a1baa7)
Diffstat (limited to 'source3/script')
-rw-r--r--source3/script/build_idl.sh3
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