diff options
author | Michael Adam <obnox@samba.org> | 2011-06-30 15:15:22 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-06-30 16:52:48 +0200 |
commit | 76467dc4064572fdf7ddea067b0f23ff082aebfe (patch) | |
tree | 617a7a86ed4a0976ca311960b124f123611f9abf | |
parent | c2e88320a0952a7ee53c398b1533fb184a3ec0ae (diff) | |
download | samba-76467dc4064572fdf7ddea067b0f23ff082aebfe.tar.gz samba-76467dc4064572fdf7ddea067b0f23ff082aebfe.tar.bz2 samba-76467dc4064572fdf7ddea067b0f23ff082aebfe.zip |
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 <obnox@samba.org>
Autobuild-Date: Thu Jun 30 16:52:48 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |