StupidFS/Makefile.am

9 lines
115 B
Makefile

SUBDIRS = libcrypto liblzp libfs tools
if BUILD_FUSE
SUBDIRS += fuse
endif
if BUILD_LINUX
SUBDIRS += linux
endif