From: Michael Adam Date: Thu, 30 Jun 2011 11:54:52 +0000 (+0200) Subject: s3:build: add a vfs_examples target. X-Git-Tag: tevent-0.9.13~245 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=c2e88320a0952a7ee53c398b1533fb184a3ec0ae;p=samba.git s3:build: add a vfs_examples target. --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 299a9ec48c0..66d540d5cab 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 \ + )