summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/Makefile.am
blob: 8530f99bf8f30f94a2e7fe6fc7e6e77b6eb3a978 (plain)
1
2
3
4
5
6
7
8
9
10
SUBDIRS =

if ENABLE_VFS_EXTFS
SUBDIRS += extfs
endif

if ENABLE_VFS_FTP
SUBDIRS += ftpfs
endif