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:
mscott%netscape.com 2001-11-03 00:32:44 +00:00
parent 91794d36d7
commit 0dc1ed91df
2 changed files with 3 additions and 1 deletions

View File

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

View File

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