diff options
-rw-r--r-- | source3/Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 299a9ec48c..66d540d5ca 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3559,3 +3559,14 @@ bin/smbtorture4: $(BINARY_PREREQS) bin/ndrdump4: $(BINARY_PREREQS) $(MAKE) -f Makefile-smbtorture4 bin/ndrdump4 + +.PHONY: vfs_examples + +vfs_examples: + ( \ + cd ../examples/VFS && \ + ./autogen.sh && \ + ./configure && \ + make clean && \ + make \ + ) |