Removing tests that link with components, we need to dlopen() these libraries and not link with them.

This commit is contained in:
mcafee%netscape.com 1999-03-03 09:17:32 +00:00
Родитель f0ce82f127
Коммит b95bf6ec27
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests
# DIRS += tests
endif
include $(topsrcdir)/config/rules.mk

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

@ -29,7 +29,7 @@ DIRS += ucvja ucvja2
DIRS += ucvlatin
ifdef ENABLE_TESTS
DIRS += tests
# DIRS += tests
endif
include $(topsrcdir)/config/rules.mk