mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
build smime if MOZ_PSM is defined
a=leaf
This commit is contained in:
parent
1fa024fc20
commit
8d0e153774
@ -26,6 +26,10 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_PSM
|
||||
BUILD_SMIME=1
|
||||
endif
|
||||
|
||||
ifdef BUILD_SMIME
|
||||
DIRS = smime
|
||||
endif
|
||||
|
@ -26,6 +26,10 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_PSM
|
||||
BUILD_SMIME=1
|
||||
endif
|
||||
|
||||
DIRS = glue vcard
|
||||
|
||||
ifndef BUILD_SMIME
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user