build smime if MOZ_PSM is defined

a=leaf
This commit is contained in:
kaie%netscape.com 2001-11-09 20:45:36 +00:00
parent 1fa024fc20
commit 8d0e153774
3 changed files with 12 additions and 0 deletions

View File

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

View File

@ -26,6 +26,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_PSM
BUILD_SMIME=1
endif
DIRS = glue vcard
ifndef BUILD_SMIME

View File

@ -26,6 +26,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_PSM
BUILD_SMIME=1
endif
ifdef BUILD_SMIME
DEFINES += -DENABLE_SMIME
endif