1
1

Activate the PERUSE test if we compile with PERUSE support.

This commit was SVN r9374.
Этот коммит содержится в:
George Bosilca 2006-03-23 05:10:08 +00:00
родитель 686cc9ef54
Коммит 57f0eeccff

Просмотреть файл

@ -20,4 +20,7 @@
# support needs to be first for dependencies # support needs to be first for dependencies
SUBDIRS = support asm class dss mca memory threads util SUBDIRS = support asm class dss mca memory threads util
if WANT_PERUSE
SUBDIRS += peruse
endif
DIST_SUBDIRS = runtime $(SUBDIRS) DIST_SUBDIRS = runtime $(SUBDIRS)