From 76467dc4064572fdf7ddea067b0f23ff082aebfe Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 30 Jun 2011 15:15:22 +0200 Subject: s3:build: add vfs_examples to the everything target So that one can not pass autobuild without keeping the vfs examples intact. Autobuild-User: Michael Adam Autobuild-Date: Thu Jun 30 16:52:48 CEST 2011 on sn-devel-104 --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 66d540d5ca..e052881de6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1632,7 +1632,8 @@ idl_full:: everything:: all libtalloc libsmbclient libnetapi debug2html smbfilter talloctort replacetort smbconftort modules torture \ - $(EVERYTHING_PROGS) + $(EVERYTHING_PROGS) \ + vfs_examples .SUFFIXES: .SUFFIXES: .c .o .lo -- cgit