зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
ef22502d22
Коммит
78b5dd4195
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
ifdef MOZ_PSM
|
ifdef BUILD_SMIME
|
||||||
DIRS = smime
|
DIRS = smime
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
|
|
||||||
DEPTH=..\..
|
DEPTH=..\..
|
||||||
|
|
||||||
|
!if defined(BUILD_SMIME)
|
||||||
DIRS=smime
|
DIRS=smime
|
||||||
|
!endif
|
||||||
|
|
||||||
include <$(DEPTH)\config\rules.mak>
|
include <$(DEPTH)\config\rules.mak>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче