diff options
-rw-r--r-- | source3/Makefile.in | 4 |
1 files 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 |