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 git-svn-id: svn://10.0.0.236/trunk@107141 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
91794d36d7
commit
0dc1ed91df
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user