Bug #106507 --> if BUILD_SMIME is defined in the build environment (which it isn't), build

the smime extensions directory to add smime support

This code was contributed by mscott and ddrinan@netscape.com
r=ducarroz
sr=sspitzer
This commit is contained in:
mscott%netscape.com 2001-11-03 00:32:44 +00:00
Родитель ef22502d22
Коммит 78b5dd4195
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_PSM
ifdef BUILD_SMIME
DIRS = smime
endif

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

@ -21,6 +21,8 @@
DEPTH=..\..
!if defined(BUILD_SMIME)
DIRS=smime
!endif
include <$(DEPTH)\config\rules.mak>