Add jar to REQUIRES and remove references to lm_crypt.c and lm_pk11.c for security build cleanup

This commit is contained in:
hshaw 1998-04-27 19:07:29 +00:00
Родитель 6ac22fe29a
Коммит 4eccd273c5
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -25,6 +25,10 @@ LIBRARY_NAME = mocha
REQUIRES = lay net parse img js style layer applet dbm nspr security \
htmldlgs util jtools pref java libreg softupdt jsdebug
ifndef NO_SECURITY
REQUIRES += jar
endif
CSRCS = et_mocha.c \
et_moz.c \
lm_applt.c \
@ -58,10 +62,6 @@ CSRCS += \
$(NULL)
endif
ifndef NO_SECURITY
CSRCS += lm_crypt.c lm_pk11.c
endif
include $(DEPTH)/config/rules.mk
DEFINES += -DDLL_SUFFIX=\"$(DLL_SUFFIX)\"