xsp/Makefile.am

10 строки
129 B
Makefile

SUBDIRS=build man src test tools scripts packaging
if UNITTESTS
SUBDIRS += unittests
endif
if BUILD_DOCS
SUBDIRS += docs
endif