summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-28 16:21:53 +0100
committerGünther Deschner <gd@samba.org>2009-10-29 10:49:35 +0100
commite92e33238c79a917db7af9b6dfbf06ebaaba9fd8 (patch)
treee7c97291f0f30c4a862f3c44e7799b69407d9f6d /source3/Makefile.in
parent83de5c826313aa09c76131ae70550bd81b3521c5 (diff)
downloadsamba-e92e33238c79a917db7af9b6dfbf06ebaaba9fd8.tar.gz
samba-e92e33238c79a917db7af9b6dfbf06ebaaba9fd8.tar.bz2
samba-e92e33238c79a917db7af9b6dfbf06ebaaba9fd8.zip
s3: add secrets.idl.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6a150acd52..5aa5a8c2f0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1405,7 +1405,8 @@ samba3-idl::
@PIDL_OUTPUTDIR="librpc/gen_ndr" PIDL_ARGS="$(PIDL_ARGS)" CPP="$(CPP)" PIDL="../pidl/pidl" \
srcdir="$(srcdir)" $(srcdir)/script/build_idl.sh \
librpc/idl/messaging.idl librpc/idl/libnetapi.idl librpc/idl/notify.idl \
- librpc/idl/wbint.idl librpc/idl/perfcount.idl
+ librpc/idl/wbint.idl librpc/idl/perfcount.idl \
+ librpc/idl/secrets.idl
#####################################################################