summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 975b3fe484..e8131975c3 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1420,6 +1420,15 @@ samba3-idl::
librpc/idl/wbint.idl librpc/idl/perfcount.idl \
librpc/idl/secrets.idl librpc/idl/libnet_join.idl
+idl_full::
+ @PIDL_OUTPUTDIR="librpc/gen_ndr" PIDL_ARGS="$(PIDL_ARGS)" CPP="$(CPP)" PIDL="../pidl/pidl" \
+ srcdir="$(srcdir)" ../librpc/build_idl.sh --full ../librpc/idl/*.idl
+ @PIDL_OUTPUTDIR="librpc/gen_ndr" PIDL_ARGS="$(PIDL_ARGS)" CPP="$(CPP)" PIDL="../pidl/pidl" \
+ srcdir="$(srcdir)" $(srcdir)/script/build_idl.sh --full \
+ librpc/idl/messaging.idl librpc/idl/libnetapi.idl librpc/idl/notify.idl \
+ librpc/idl/wbint.idl librpc/idl/perfcount.idl \
+ librpc/idl/secrets.idl librpc/idl/libnet_join.idl
+
#####################################################################