diff options
Diffstat (limited to 'source3/Makefile.in')
-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 |