Allow new cache to be built with MOZ_TRACK_MODULE_DEPS. r=cls@seawood.org

This commit is contained in:
dbaron%fas.harvard.edu 2001-03-11 02:02:25 +00:00
Родитель 2de2e7e265
Коммит 79b1bcdc60
3 изменённых файлов: 4 добавлений и 7 удалений

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

@ -26,11 +26,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = nkcacheservice
XPIDL_MODULE = nkcacheservice
MODULE = nkcache
LIBRARY_NAME = nkcacheservice
IS_COMPONENT = 1
REQUIRES = xpcom necko pref js
REQUIRES = xpcom string necko pref js
EXPORTS = \
nsCacheService.h \
@ -49,8 +48,6 @@ CPPSRCS = \
include $(topsrcdir)/config/config.mk
LOCAL_INCLUDES = -I$(srcdir)/../public -I$(srcdir)/../include
LIBS += \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \

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

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = necko
LIBRARY_NAME = nkftp_s
REQUIRES = xpcom string exthandler mime wallet dom layout widget pref
REQUIRES = xpcom string exthandler mime wallet dom layout widget pref nkcache
CPPSRCS = \
nsFtpProtocolHandler.cpp \

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

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = test_necko
REQUIRES = xpcom string necko timer cookie layout widget dom dbm
REQUIRES = xpcom string necko nkcache timer cookie layout widget dom dbm
SHARED_LIBRARY_LIBS = $(DIST)/lib/libmozdbm_s.$(LIB_SUFFIX)