Only build the xpcom sample component if ENABLE_TESTS is set (or only if DISABLE_TESTS isn't set, on windows). sr=cls.

This commit is contained in:
bryner%uiuc.edu 2001-01-13 05:26:02 +00:00
Родитель 99abd536a1
Коммит d82ae9d79f
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -26,10 +26,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = typelib base ds io components threads reflect proxy build tools sample
DIRS = typelib base ds io components threads reflect proxy build tools
ifdef ENABLE_TESTS
DIRS += \
sample \
typelib/xpt/tests \
reflect/xptinfo/tests \
reflect/xptcall/tests \

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

@ -34,8 +34,8 @@ DIRS= typelib \
build \
appshell \
tools \
sample \
!if !defined(DISABLE_TESTS)
sample \
tests \
reflect\xptinfo\tests \
reflect\xptcall\tests \