1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:build: add a vfs_examples target.

This commit is contained in:
Michael Adam 2011-06-30 13:54:52 +02:00
parent 197df817a3
commit c2e88320a0

View File

@ -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 \
)