From c2e88320a0952a7ee53c398b1533fb184a3ec0ae Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 30 Jun 2011 13:54:52 +0200 Subject: s3:build: add a vfs_examples target. --- source3/Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 \ + ) -- cgit