r=cls
OS/2 TB breakage on new cache
This commit is contained in:
mkaply%us.ibm.com 2001-03-22 04:23:20 +00:00
Родитель c4e875553c
Коммит abefc37b49
1 изменённых файлов: 2 добавлений и 1 удалений

3
netwerk/cache/src/Makefile.in поставляемый
Просмотреть файл

@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = nkcache
LIBRARY_NAME = nkcacheservice
SHORT_LIBNAME = nkcaches
IS_COMPONENT = 1
REQUIRES = xpcom string necko pref js
@ -50,7 +51,7 @@ CPPSRCS = \
include $(topsrcdir)/config/config.mk
LIBS += \
EXTRA_LIBS += \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)