mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -5,12 +5,32 @@
|
|||
CORE_DEPTH = ..
|
||||
DEPTH = ..
|
||||
|
||||
DIRS = \
|
||||
LIB_SRCDIRS = \
|
||||
google_test \
|
||||
common \
|
||||
der_gtest \
|
||||
$(NULL)
|
||||
|
||||
ifneq ($(NSS_BUILD_WITHOUT_UTIL),1)
|
||||
UTIL_SRCDIRS = \
|
||||
util_gtest \
|
||||
der_gtest \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifneq ($(NSS_BUILD_SOFTOKEN_ONLY),1)
|
||||
ifneq ($(NSS_BUILD_UTIL_ONLY),1)
|
||||
NSS_SRCDIRS = \
|
||||
certdb_gtest \
|
||||
certhigh_gtest \
|
||||
pk11_gtest \
|
||||
ssl_gtest \
|
||||
nss_bogo_shim \
|
||||
$(NULL)
|
||||
endif
|
||||
endif
|
||||
|
||||
DIRS = \
|
||||
$(LIB_SRCDIRS) \
|
||||
$(UTIL_SRCDIRS) \
|
||||
$(NSS_SRCDIRS) \
|
||||
$(NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue