From: Andrew Tridgell Date: Tue, 4 May 2010 04:59:08 +0000 (+0200) Subject: s3-idl: auto-build IDL files in Samba3 X-Git-Tag: samba-3.6.0pre1~2272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f895fedf352ad49f4d438127ad1af4afb1cce98;p=thirdparty%2Fsamba.git s3-idl: auto-build IDL files in Samba3 --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 4721463ed4c..6b2b184c32d 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