boinc/dcapi/Makefile.am

14 lines
137 B
Makefile
Raw Normal View History

SUBDIRS = include common
if WITH_BOINC
SUBDIRS += boinc
endif
if WITH_CLGR
SUBDIRS += clgr
endif
if WITH_LOCAL
SUBDIRS += local
endif