better fix - conditional REQUIRES based on BUILD_SMIME (but thanks anyway dbaron)

git-svn-id: svn://10.0.0.236/trunk@108148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 2001-11-15 05:12:38 +00:00
parent 01d79b4190
commit e8f3e2729d

View File

@ -42,8 +42,6 @@ REQUIRES = xpcom \
mimetype \
uriloader \
xpconnect \
pipnss \
windowwatcher \
$(NULL)
include <$(DEPTH)\config\config.mak>
@ -84,6 +82,10 @@ BUILD_SMIME=1
!endif
!if defined(BUILD_SMIME)
REQUIRES = $(REQUIRES) \
pipnss \
windowwatcher \
$(NULL)
DEFINES = -DENABLE_SMIME $(DEFINES)
!endif