From 6f895fedf352ad49f4d438127ad1af4afb1cce98 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 4 May 2010 06:59:08 +0200 Subject: [PATCH] s3-idl: auto-build IDL files in Samba3 --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 4721463ed4..6b2b184c32 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1440,7 +1440,7 @@ samba3-idl:: 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/secrets.idl + librpc/idl/secrets.idl librpc/idl/libnet_join.idl ##################################################################### @@ -1522,7 +1522,7 @@ pch:: $(PRECOMPILED_HEADER): $(srcdir)/include/includes.h $(COMPILE) -BINARY_PREREQS = bin/.dummy +BINARY_PREREQS = bin/.dummy samba3-idl # These dependencies are only approximately correct: we want to make # sure Samba's paths are updated if ./configure is re-run. Really it -- 2.34.1