tests
/
src
/
vfs
/Makefile.am
root
/
tests
/
src
/
vfs
/Makefile.am
/*
*/
SUBDIRS =
if ENABLE_VFS_EXTFS
SUBDIRS += extfs
endif
if ENABLE_VFS_FTP
SUBDIRS += ftpfs
endif
/*
*/